summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-11 16:48:27 +0200
committerGitHub <noreply@github.com>2024-07-11 16:48:27 +0200
commita79b59070ca0039aec0a43a68e427b1d75b40cd0 (patch)
treee0e47b51efd06f71f4afb9fad0940c414c0b0c85 /.github/workflows/codeql.yml
parenta967d32c128a03b0ae1b49a008b6637c4be2e1ef (diff)
parent0829174325f18bdc202629f9c8411c990b0a6aa3 (diff)
downloadvyos-1x-a79b59070ca0039aec0a43a68e427b1d75b40cd0.tar.gz
vyos-1x-a79b59070ca0039aec0a43a68e427b1d75b40cd0.zip
Merge pull request #3803 from kumvijaya/equuleusequuleus
T6564: workflow trigger restrictions for equuleus
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 92a2dc653..98c12583a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -4,10 +4,18 @@ on:
push:
branches:
- equuleus
- pull_request:
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
+ pull_request_target:
# The branches below must be a subset of the branches above
branches:
- equuleus
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
schedule:
- cron: '22 10 * * 0'
workflow_dispatch: