ci(bindgen): only check bindgen output when api.h or bindings.rs changes
This commit is contained in:
parent
f6c325df0b
commit
e9b95078c7
1 changed files with 6 additions and 0 deletions
6
.github/workflows/bindgen.yml
vendored
6
.github/workflows/bindgen.yml
vendored
|
|
@ -2,8 +2,14 @@ name: Check Bindgen Output
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- lib/include/tree_sitter/api.h
|
||||
- lib/binding_rust/bindings.rs
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- lib/include/tree_sitter/api.h
|
||||
- lib/binding_rust/bindings.rs
|
||||
|
||||
jobs:
|
||||
check-bindgen:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue