diff options
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 5 |
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 |
