diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2a77fa43ac7..d85086f4479 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,19 +12,6 @@ name: "CodeQL" on: - push: - branches: - - 'master' - - 'release-[0-9].[0-9]' - - 'v1-head' - - 'v1.0.0' - - 'v1.0.0-rc3' - - 'v1.0.0-rc4' - - 'v3.*' - - 'v[1-2].[0-9].[0-9]' - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] schedule: - cron: '20 21 * * 6'