Skip to content

Commit

Permalink
ci: don't run the CI pipeline on updates to the Git ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jun 30, 2022
1 parent c602328 commit 657fc01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '.gitignore'
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
Expand Down

0 comments on commit 657fc01

Please sign in to comment.