diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6d52fdd241..78fb1e5902 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "v2", main ] + branches: [ "v3", main ] pull_request: # The branches below must be a subset of the branches above - branches: [ "v2" ] + branches: [ "v3" ] schedule: - cron: '30 18 * * 5'