Skip to content

Commit

Permalink
ci: Specify Cargo.* in rust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetlert authored Dec 17, 2023
1 parent 52f8703 commit 7227932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches: [ "main" ]
paths:
- "**.rs"
- "**.toml"
- "**/Cargo.*"
- ".github/workflows/rust.yml"
pull_request:
branches: [ "main" ]
paths:
- "**.rs"
- "**.toml"
- "**/Cargo.*"
- ".github/workflows/rust.yml"

env:
Expand Down

0 comments on commit 7227932

Please sign in to comment.