Skip to content

Commit

Permalink
exclude the R package directory from Rust checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kpagacz committed Nov 10, 2024
1 parent df8fa20 commit 6530b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Rust
on:
push:
branches: ["main"]
paths-ignore:
- "antidotum"
pull_request:
branches: ["main"]
paths-ignore:
- "antidotum"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6530b15

Please sign in to comment.