Skip to content

Commit

Permalink
[#41] Fix workflow triggers to fire on any source change
Browse files Browse the repository at this point in the history
Fixes [#39]
  • Loading branch information
PLeVasseur authored Aug 9, 2024
2 parents 74a2a5a + e4e9c86 commit 06af0fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bundled-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ on:
branches: [ main ]
pull_request:
paths:
- "src/**"
- "Cargo.*"
- ".github/**"
- "**/src/**"
- "**/Cargo.*"
workflow_call:
workflow_dispatch:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/unbundled-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ on:
branches: [ main ]
pull_request:
paths:
- "src/**"
- "Cargo.*"
- ".github/**"
- "**/src/**"
- "**/Cargo.*"
workflow_call:
workflow_dispatch:

Expand Down

0 comments on commit 06af0fa

Please sign in to comment.