Skip to content

Commit 6bc22f2

Browse files
committed
ci: Attempt number 4
1 parent 4632245 commit 6bc22f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7+
- .github/workflows/**
78
- grammar.js
89
- src/**
910
- bindings/**
@@ -31,6 +32,7 @@ jobs:
3132
- uses: actions/checkout@v4
3233
- uses: tree-sitter/parser-test-action@v3
3334
with:
35+
generate: false
3436
test-rust: true
3537
test-node: true
3638
test-python: true

0 commit comments

Comments
 (0)