Skip to content

Commit

Permalink
ci.yml: update paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 21, 2023
1 parent 41bc144 commit 26ddfca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ on:
- '.npmignore'
- 'tests/scripts/**'
- '**/README**'
- 'docs'
- 'doxygen'
- 'inspiration'
- 'scripts'
- 'templates'
- 'docs/**'
- 'doxygen/**'
- 'inspiration/**'
- 'scripts/**'
- 'templates/**'
# This should disable running the workflow on tags, according to the
# on.<push|pull_request>.<branches|tags> GitHub Actions docs.
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore
Expand Down

0 comments on commit 26ddfca

Please sign in to comment.