Skip to content

Commit

Permalink
action: ignore files added
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarton committed Aug 25, 2024
1 parent eaa6a77 commit c0328fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'README.md'
- 'LICENSE'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'

jobs:
phpunit:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'

jobs:
phpunit:
Expand Down

0 comments on commit c0328fb

Please sign in to comment.