Skip to content

Commit e8a8919

Browse files
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 command
1 parent 2f47134 commit e8a8919

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'buf.yaml'
88
- 'buf.lock'
99
- 'buf.gen.yaml'
10+
- 'build_rust/**'
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)