diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 6f4c1281..f68e94a9 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -3,10 +3,10 @@ name: "Custom CodeQL" on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "main", "bdl-codeql" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] + branches: [ "main", "bdl-codeql" ] jobs: analyze: