Skip to content

Commit 0c48c82

Browse files
committed
Update Github Actions config
1 parent 56a6465 commit 0c48c82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Code quality
22

33
on:
44
push:
5+
branches:
6+
- master
7+
paths:
8+
- ".github/**"
9+
- "yarn.lock"
10+
- "**.js"
11+
pull_request:
512
paths:
613
- ".github/**"
714
- "yarn.lock"

0 commit comments

Comments
 (0)