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 115919477..eb9c28345 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -10,7 +10,7 @@ on:
10 branches: [ master ] 10 branches: [ master ]
11 paths-ignore: 11 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*' 12 - '.github/ISSUE_TEMPLATE/*'
13 - 'contrib/gtksourceview-5/**' 13 - 'contrib/syntax/**'
14 - 'contrib/vim/**' 14 - 'contrib/vim/**'
15 - 'etc/**' 15 - 'etc/**'
16 - 'src/man/*.txt' 16 - 'src/man/*.txt'
@@ -32,7 +32,7 @@ on:
32 branches: [ master ] 32 branches: [ master ]
33 paths-ignore: 33 paths-ignore:
34 - '.github/ISSUE_TEMPLATE/*' 34 - '.github/ISSUE_TEMPLATE/*'
35 - 'contrib/gtksourceview-5/**' 35 - 'contrib/syntax/**'
36 - 'contrib/vim/**' 36 - 'contrib/vim/**'
37 - 'etc/**' 37 - 'etc/**'
38 - 'src/man/*.txt' 38 - 'src/man/*.txt'