mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
ci(bindgen): only check bindgen output when api.h or bindings.rs changes
This commit is contained in:
parent
f6c325df0b
commit
e9b95078c7
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…
Reference in a new issue