Skip to content

Commit

Permalink
run all tests on any workflow/actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Apr 18, 2024
1 parent 89cd579 commit b43fd08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@ jobs:
id: filter
with:
filters: |
workflows: &workflows
- '.github/workflows/**'
- '.github/actions/**'
node:
- *workflows
- 'app/**'
- 'package.json'
- 'pnpm-lock.yaml'
common-rust: &rust
- *workflows
- 'Cargo.lock'
- 'Cargo.toml'
- 'rust-toolchain.toml'
Expand Down

0 comments on commit b43fd08

Please sign in to comment.