Skip to content

Commit

Permalink
Add dist files to gitignore and forcibly commit them instead (#903)
Browse files Browse the repository at this point in the history
* Add dist files to gitignore and forcebly commit them instead

* add -u as well
  • Loading branch information
simenandre authored Apr 9, 2023
1 parent 218b103 commit 0c91929
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/pull_request.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/update_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: dist/**
add_options: -u --force
commit_message: 'chore(dist): Update dist [automated commit]'
commit_user_name: Pulumi Bot
commit_user_email: [email protected]
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ build/
# .NET
**/obj
**/bin

dist/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## HEAD (Unreleased)

**(none)**
- chore: add dist files to gitignore and forcebly commit them instead

--

Expand Down

0 comments on commit 0c91929

Please sign in to comment.