Skip to content

Commit

Permalink
Rerun when workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Mar 23, 2024
1 parent 79cc2c4 commit e2345c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Rust
on:
push:
branches: [ "main" ]
paths: ['src/**', 'tests/**', 'third-party/**', 'Cargo.toml', 'build.rs', 'init.sh']
paths: ['src/**', 'tests/**', 'third-party/**', 'Cargo.toml', 'build.rs', 'init.sh', '.github/workflows/rust.yml']
pull_request:
branches: [ "main" ]
paths: ['src/**', 'tests/**', 'third-party/**', 'Cargo.toml', 'build.rs', 'init.sh']
Expand Down

0 comments on commit e2345c0

Please sign in to comment.