Merge pull request #3335 from github/mbg/ci/run-codeql-on-all-prs

Remove branch filter for PR event in CodeQL workflow
This commit is contained in:
Michael B. Gale
2025-11-28 12:19:33 +00:00
committed by GitHub

View File

@@ -4,7 +4,6 @@ on:
push:
branches: [main, releases/v*]
pull_request:
branches: [main, releases/v*]
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]