Skip to content

Commit 5388cc3

Browse files
committed
chore: gh actions skip ci commits for all-contrib
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent c46ca7e commit 5388cc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ on:
44
pull_request:
55
branches:
66
- master
7+
commits:
8+
- '*'
9+
- '!ci skip'
10+
- '!skip ci'
711
push:
812
branches:
913
- master
14+
commits:
15+
- '*'
16+
- '!ci skip'
17+
- '!skip ci'
1018

1119
jobs:
1220
test:

0 commit comments

Comments
 (0)