Skip to content

Commit ecec1f8

Browse files
authored
Merge pull request #3335 from github/mbg/ci/run-codeql-on-all-prs
Remove branch filter for PR event in CodeQL workflow
2 parents 23da732 + f7abc74 commit ecec1f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main, releases/v*]
66
pull_request:
7-
branches: [main, releases/v*]
87
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
98
# by other workflows.
109
types: [opened, synchronize, reopened, ready_for_review]

0 commit comments

Comments
 (0)