Skip to content

Commit 6b6fc18

Browse files
feat(ci): remove unnecessary launches for building tree-sitter (#186)
1 parent 12d1e63 commit 6b6fc18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/grammars.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths:
8+
- "server/src/languages/**/tree-sitter-**/**"
79
push:
810
branches:
911
- main
12+
paths:
13+
- "server/src/languages/**/tree-sitter-**/**"
1014

1115
concurrency:
1216
group: ${{ github.workflow }}-${{ github.ref }}
@@ -16,8 +20,8 @@ env:
1620
HUSKY: 0
1721

1822
jobs:
19-
tests:
20-
name: Test (${{ matrix.os }})
23+
tree-sitter-grammars:
24+
name: Building tree-sitter (${{ matrix.os }})
2125
runs-on: ${{ matrix.os }}
2226
strategy:
2327
fail-fast: false

0 commit comments

Comments
 (0)