aboutsummaryrefslogtreecommitdiff
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 da05a781..f09625fa 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -14,9 +14,11 @@ name: "CodeQL"
on:
push:
branches: [main]
+ paths-ignore: ["docs/**", "**.adoc", "**.md"]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
+ paths-ignore: ["docs/**", "**.adoc", "**.md"]
schedule:
- cron: "27 2 * * 2"