Skip to content

Commit 3f4de8f

Browse files
Update codeql-analysis.yml
1 parent 88abdeb commit 3f4de8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: "CodeQL"
33
on:
44
push:
55
branches: [ master ]
6+
paths:
7+
- '**.js'
68
pull_request:
79
# The branches below must be a subset of the branches above
810
branches: [ master ]
11+
paths:
12+
- '**.js'
913
schedule:
1014
- cron: '33 5 * * 0'
1115

0 commit comments

Comments
 (0)