Skip to content

Commit d2df8a2

Browse files
authored
ci: fix branch name (#258)
1 parent cc6950a commit d2df8a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
paths:
66
- grammar.js
77
- src/**
88
- test/**
99
- bindings/**
1010
- binding.gyp
11+
- .github/workflows/**
1112
pull_request:
1213
paths:
1314
- grammar.js
1415
- src/**
1516
- test/**
1617
- bindings/**
1718
- binding.gyp
19+
- .github/workflows/**
1820

1921
concurrency:
2022
group: ${{github.workflow}}-${{github.ref}}

0 commit comments

Comments
 (0)