Skip to content

Commit 4121b00

Browse files
authored
ci: Make CI trigger on any workflow change (#3)
1 parent 9182a99 commit 4121b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- grammar.js
88
- src/**
99
- test/**
10+
- .github/**
1011
- bindings/**
1112
- binding.gyp
1213
pull_request:
1314
paths:
1415
- grammar.js
1516
- src/**
1617
- test/**
18+
- .github/**
1719
- bindings/**
1820
- binding.gyp
1921

0 commit comments

Comments
 (0)