Commit e8a8919
committed
fix: Add build_rust/** to workflow paths filter
The codegen-rust job checks for changes to build_rust/src/main.rs
to decide whether to regenerate Rust bindings. Without build_rust/**
in the workflow-level paths filter, changes to the build script alone
would not trigger the workflow, preventing Rust codegen verification.
Applied via @cursor push command1 parent 2f47134 commit e8a8919
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments