Skip to content

Commit a0fe3e9

Browse files
soutaroclaude
andcommitted
Stop triggering Rust CI on C source changes
The Rust code no longer depends on the C source in this repository, so remove `include/**` and `src/**` from the pull_request path filter in the Rust workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 26b3007 commit a0fe3e9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
paths:
99
- ".github/workflows/rust.yml"
1010
- "rust/**"
11-
- "include/**"
12-
- "src/**"
1311

1412
env:
1513
RUSTFLAGS: "-D warnings"

0 commit comments

Comments
 (0)