summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-07-09 00:39:12 +0530
committerGitHub <noreply@github.com>2024-07-09 00:39:12 +0530
commite6d765ed399d0a3aec91c9cfeef67d633779d64b (patch)
treec1da15e7018ed2e322f8bdc6ebf3c7f8da79f487 /.github/workflows/codeql.yml
parent14d951f7faf0e1f24e0053b5745fe77974e2105a (diff)
downloadvyos-1x-e6d765ed399d0a3aec91c9cfeef67d633779d64b.tar.gz
vyos-1x-e6d765ed399d0a3aec91c9cfeef67d633779d64b.zip
T6564: workflow trigger restriction for sagitta
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 665cdda01..ebaadac70 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -4,10 +4,18 @@ on:
push:
branches:
- sagitta
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
pull_request:
# The branches below must be a subset of the branches above
branches:
- sagitta
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
schedule:
- cron: '22 10 * * 0'
workflow_dispatch: