Skip to content

Commit d1369fc

Browse files
dundargocclason
authored andcommitted
ci: don't run on push
There's no real reason to run on push as we're not using any caching.
1 parent 3c0a0b7 commit d1369fc

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
name: Run tree-sitter tests
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
7-
branches: [ master ]
85

96
jobs:
107
test:
118
name: Tree-sitter tests
129
runs-on: ubuntu-latest
1310
steps:
1411
- uses: actions/checkout@v4
15-
1612
- uses: actions/setup-node@v4
17-
- name: Install Dependencies
18-
run: npm install
19-
20-
- name: Run tests
21-
run: npm test
13+
- run: npm install
14+
- run: npm test

0 commit comments

Comments
 (0)