summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-22 09:59:30 +0530
committerGitHub <noreply@github.com>2024-05-22 09:59:30 +0530
commitc97f2783959e6b1d0ef338dcd1f00121e692e5fe (patch)
tree5529f423f3c640efcc510d6d27a09927150ff687 /.github/workflows/codeql.yml
parent44597d9abb24b570f13ee9f69991516a9a391953 (diff)
parent0a23dd70e53313771297d16c272de274bf383afb (diff)
downloadvyos-workflow-test-temp-c97f2783959e6b1d0ef338dcd1f00121e692e5fe.tar.gz
vyos-workflow-test-temp-c97f2783959e6b1d0ef338dcd1f00121e692e5fe.zip
Merge pull request #1 from vyos/feature/pr-checks
T6357: added triggers
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index f647278..f493777 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -2,12 +2,13 @@ name: "Perform CodeQL Analysis"
on:
push:
- branches: [ "current", "sagitta", "equuleus" ]
+ branches: [ "main", "current", "sagitta", "equuleus" ]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ "current" ]
+ branches: [ "main", "current" ]
schedule:
- cron: '22 10 * * 0'
+ workflow_dispatch:
permissions:
actions: read