Skip to content

Commit

Permalink
ci: avoid running tests for readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Nov 3, 2024
1 parent 9af1cb8 commit 144f242
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@ name: Rust
on:
push:
branches: [ "main" ]
paths:
- src/
- tests/
- Cargo.toml
- Cargo.lock
- .github/

pull_request:
branches: [ "main" ]
paths:
- src/
- tests/
- Cargo.toml
- Cargo.lock
- .github/

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 144f242

Please sign in to comment.