diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-05-21 20:31:11 +0530 |
---|---|---|
committer | kumvijaya <kumvijaya@gmail.com> | 2024-05-21 20:31:11 +0530 |
commit | 0a23dd70e53313771297d16c272de274bf383afb (patch) | |
tree | 5529f423f3c640efcc510d6d27a09927150ff687 | |
parent | 2b3e4565b211a5dfbe78e0559f7e1c2947d63175 (diff) | |
download | vyos-workflow-test-temp-0a23dd70e53313771297d16c272de274bf383afb.tar.gz vyos-workflow-test-temp-0a23dd70e53313771297d16c272de274bf383afb.zip |
T6357: added main
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 95baaf5..f493777 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,7 +5,7 @@ on: 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: |