Skip to content

Commit e9b9507

Browse files
committed
ci(bindgen): only check bindgen output when api.h or bindings.rs changes
1 parent f6c325d commit e9b9507

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bindgen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ name: Check Bindgen Output
22

33
on:
44
pull_request:
5+
paths:
6+
- lib/include/tree_sitter/api.h
7+
- lib/binding_rust/bindings.rs
58
push:
69
branches: [master]
10+
paths:
11+
- lib/include/tree_sitter/api.h
12+
- lib/binding_rust/bindings.rs
713

814
jobs:
915
check-bindgen:

0 commit comments

Comments
 (0)