diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-06 14:35:08 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 14:35:08 +0530 |
| commit | c9aed2e731a9f46fb79913a8f8ba970daf58f3fa (patch) | |
| tree | b7b15c5e538c8f296258a5961e3f65c01414ee6d /.github/workflows/codeql.yml | |
| parent | c97f2783959e6b1d0ef338dcd1f00121e692e5fe (diff) | |
| parent | 6ffcd59b85ac4060bc3b4abc060d591309204dac (diff) | |
| download | vyos-workflow-test-temp-c9aed2e731a9f46fb79913a8f8ba970daf58f3fa.tar.gz vyos-workflow-test-temp-c9aed2e731a9f46fb79913a8f8ba970daf58f3fa.zip | |
Merge pull request #16 from vyos/T6449-title-issue
T6449 title issue
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f493777..a4fc39e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "main", "current", "sagitta", "equuleus" ] + branches: [ "current", "sagitta", "equuleus" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "current" ] + branches: [ "current" ] schedule: - cron: '22 10 * * 0' workflow_dispatch: |
