We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6950a commit d2df8a2Copy full SHA for d2df8a2
.github/workflows/ci.yml
@@ -1,20 +1,22 @@
1
name: CI
2
on:
3
push:
4
- branches: [master]
+ branches: [main]
5
paths:
6
- grammar.js
7
- src/**
8
- test/**
9
- bindings/**
10
- binding.gyp
11
+ - .github/workflows/**
12
pull_request:
13
14
15
16
17
18
19
20
21
concurrency:
22
group: ${{github.workflow}}-${{github.ref}}
0 commit comments