aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b374b976c..1c6d5e5e3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -22,6 +22,7 @@ on:
22 - README.md 22 - README.md
23 - RELNOTES 23 - RELNOTES
24 - SECURITY.md 24 - SECURITY.md
25 - src/firecfg/firecfg.config
25 pull_request: 26 pull_request:
26 # The branches below must be a subset of the branches above 27 # The branches below must be a subset of the branches above
27 branches: [ master ] 28 branches: [ master ]
@@ -39,6 +40,7 @@ on:
39 - README.md 40 - README.md
40 - RELNOTES 41 - RELNOTES
41 - SECURITY.md 42 - SECURITY.md
43 - src/firecfg/firecfg.config
42 schedule: 44 schedule:
43 - cron: '0 7 * * 2' 45 - cron: '0 7 * * 2'
44 46