We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be796b commit 690c331Copy full SHA for 690c331
.github/workflows/codeql-analysis.yml
@@ -4,18 +4,22 @@
4
# You may wish to alter this file to override the set of languages analyzed,
5
# or to provide custom queries or build logic.
6
name: "CodeQL"
7
-disable-default-queries: true
8
-paths-ignore:
9
- - node_modules
10
- - '**/*.test.js'
11
-paths:
12
- - src
13
on:
14
push:
15
branches: [master]
+ paths-ignore:
+ - node_modules
+ - test
+ paths:
+ - src
16
pull_request:
17
# The branches below must be a subset of the branches above
18
19
20
21
22
23
schedule:
24
- cron: '0 20 * * 3'
25
0 commit comments