Skip to content

Commit 690c331

Browse files
authored
Update codeql-analysis.yml
1 parent 9be796b commit 690c331

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@
44
# You may wish to alter this file to override the set of languages analyzed,
55
# or to provide custom queries or build logic.
66
name: "CodeQL"
7-
disable-default-queries: true
8-
paths-ignore:
9-
- node_modules
10-
- '**/*.test.js'
11-
paths:
12-
- src
137
on:
148
push:
159
branches: [master]
10+
paths-ignore:
11+
- node_modules
12+
- test
13+
paths:
14+
- src
1615
pull_request:
1716
# The branches below must be a subset of the branches above
1817
branches: [master]
18+
paths-ignore:
19+
- node_modules
20+
- test
21+
paths:
22+
- src
1923
schedule:
2024
- cron: '0 20 * * 3'
2125

0 commit comments

Comments
 (0)