diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 816492278ef0b..a3401a4ee3228 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,12 @@ name: "CodeQL" on: - # push: - # branches: [ "main", "master" ] - schedule: - - cron: '0 0 * * *' - pull_request: - branches: '*' + push: + branches: [ "testing" ] + # schedule: + # - cron: '0 0 * * *' + # pull_request: + # branches: '*' jobs: analyze: