Skip to content

Commit 8b04f1b

Browse files
committed
Update github actions config
1 parent c2e5260 commit 8b04f1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/nodejs.yml

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: Code quality
22

33
on:
44
push:
5+
branches:
6+
- master
7+
paths:
8+
- '.github/**'
9+
- 'yarn.lock'
10+
- '**.js'
11+
- '**.ts'
12+
- '**.tsx'
13+
pull_request:
514
paths:
615
- '.github/**'
716
- 'yarn.lock'

0 commit comments

Comments
 (0)