Skip to content

Commit

Permalink
ci: detect changes for rust under crates directory
Browse files Browse the repository at this point in the history
* to avoid running rust specific workflows change the diff action to detect rust changes only under the crates directory
  • Loading branch information
pchrysochoidis committed Sep 27, 2022
1 parent e623974 commit 195d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
with:
filters: |
isRust:
- '!(explorer|doc|.github|sdk|wallet)/**'
- 'crates/**'
- '.github/workflows/bench.yml'
- '.github/workflows/codecov.yml'
- '.github/workflows/rust.yml'
Expand Down

0 comments on commit 195d395

Please sign in to comment.