aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2190c9a1d..85110c17e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,6 +9,7 @@ on:
9 push: 9 push:
10 branches: [ master ] 10 branches: [ master ]
11 paths-ignore: 11 paths-ignore:
12 - 'etc/**'
12 - .git-blame-ignore-revs 13 - .git-blame-ignore-revs
13 - .gitignore 14 - .gitignore
14 - CONTRIBUTING.md 15 - CONTRIBUTING.md
@@ -17,11 +18,11 @@ on:
17 - README.md 18 - README.md
18 - RELNOTES 19 - RELNOTES
19 - SECURITY.md 20 - SECURITY.md
20 - 'etc/**'
21 pull_request: 21 pull_request:
22 # The branches below must be a subset of the branches above 22 # The branches below must be a subset of the branches above
23 branches: [ master ] 23 branches: [ master ]
24 paths-ignore: 24 paths-ignore:
25 - 'etc/**'
25 - .git-blame-ignore-revs 26 - .git-blame-ignore-revs
26 - .gitignore 27 - .gitignore
27 - CONTRIBUTING.md 28 - CONTRIBUTING.md
@@ -30,7 +31,6 @@ on:
30 - README.md 31 - README.md
31 - RELNOTES 32 - RELNOTES
32 - SECURITY.md 33 - SECURITY.md
33 - 'etc/**'
34 schedule: 34 schedule:
35 - cron: '0 7 * * 2' 35 - cron: '0 7 * * 2'
36 36