diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 24417fd12..dd15b7a55 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "mainline", "feature_*" ] + branches: [ "mainline", "feature_*", "patch_*" ] pull_request: - branches: [ "mainline", "feature_*" ] + branches: [ "mainline", "feature_*", "patch_*" ] schedule: - cron: '0 8 * * MON'