diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e7f641270b..e1ca6d0314 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main", "staging" ] + branches: [ "main" ] pull_request: - branches: [ "main", "staging" ] + branches: [ "main" ] schedule: - cron: '28 15 * * 1' @@ -67,7 +67,7 @@ jobs: # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. - + # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality