Skip to content

Commit

Permalink
ci: rust: add Cargo.toml and Cargo.lock to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tontinton committed Jan 25, 2025
1 parent c9dbd1f commit ca96033
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
push:
branches: [ "main" ]
paths:
- "Cargo.toml"
- "Cargo.lock"
- "src/**"
- ".github/workflows/rust.yml"
pull_request:
branches: [ "main" ]
paths:
- "Cargo.toml"
- "Cargo.lock"
- "src/**"
- ".github/workflows/rust.yml"

Expand Down

0 comments on commit ca96033

Please sign in to comment.