Skip to content

Commit

Permalink
ci: run checks only for rust files
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef authored Jul 15, 2024
1 parent c429be6 commit 9eb905b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
pull_request:
branches:
- master

paths:
- 'Cargo.toml'
- 'Cargo.lock'
- "**.rs"
jobs:

# test:
Expand Down

0 comments on commit 9eb905b

Please sign in to comment.