Skip to content

Commit

Permalink
ci: Added CI config file to watch path to ensure CI re-runs when work…
Browse files Browse the repository at this point in the history
…flow is updated
  • Loading branch information
lethalbit committed Sep 30, 2024
1 parent 17b4414 commit 8682cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/codeql.yml'
- 'sol_usb/**'
- 'tests/**'
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/docs.yml'
- 'docs/**'
- 'sol_usb/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- 'main'
paths:
- '.github/workflows/tests.yml'
- 'sol_usb/**'
- 'tests/**'

Expand Down

0 comments on commit 8682cb6

Please sign in to comment.