diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cb51866..c3f8141 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "v2develop" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "v2develop" ] schedule: - cron: '15 18 * * 0'