Skip to content

Commit

Permalink
ci: prevent triggering of test workflow on unrelated files
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuguet committed Oct 27, 2024
1 parent 6cc0dde commit c2ef66f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@
##
name: HPDcache Test CI
on:
[push, pull_request]:
push:
paths-ignore:
- 'docs'
- '*.md'
- 'CODEOWNERS'
- 'LICENSE'

pull_request:
paths-ignore:
- 'docs'
- '*.md'
Expand Down

0 comments on commit c2ef66f

Please sign in to comment.