Skip to content

Commit

Permalink
NO-JIRA: Rust+CI: Run the audit only when Cargo.toml is changed
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Feb 21, 2024
1 parent 642e270 commit 1cfcc3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-lang-rust-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- .github/workflows/test-lang-rust-audit.yml
- lang/rust/**/Cargo.toml
- lang/rust/Cargo.lock
- lang/rust/deny.toml
pull_request:
branches: [ main ]
paths:
- .github/workflows/test-lang-rust-audit.yml
- lang/rust/Cargo.toml
- lang/rust/**/Cargo.toml
- lang/rust/Cargo.lock
- lang/rust/deny.toml

Expand Down

0 comments on commit 1cfcc3b

Please sign in to comment.