diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-11 16:48:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 16:48:27 +0200 |
commit | a79b59070ca0039aec0a43a68e427b1d75b40cd0 (patch) | |
tree | e0e47b51efd06f71f4afb9fad0940c414c0b0c85 /.github/workflows/codeql.yml | |
parent | a967d32c128a03b0ae1b49a008b6637c4be2e1ef (diff) | |
parent | 0829174325f18bdc202629f9c8411c990b0a6aa3 (diff) | |
download | vyos-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.yml | 10 |
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: |