Skip to content

Commit 5f1667e

Browse files
committed
ci: add .github/worflows folder
1 parent c13e842 commit 5f1667e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
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)