Skip to content

Commit

Permalink
ci: assess Rust code only when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Dec 5, 2023
1 parent 07573cc commit b4c1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
paths:
- '.github/workflows/rust-code-quality.yml'
- 'offchain/**'
- 'offchain/**.rs'

jobs:
assess-rust-code-quality:
Expand Down

0 comments on commit b4c1f2d

Please sign in to comment.