diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8d503298521..22e43ec9d10 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,6 +12,10 @@ name: "CodeQL" on: + pull_request: + branches: [ "master" ] + push: + branches: [ "master" ] schedule: - cron: '16 04 * * 2'