Skip to content

Commit cffb527

Browse files
committed
ci: run full matrix on PRs targeting any branch
The pull_request branch filter meant the test/lint/coverage matrix only ran on PRs targeting main or v1.x. Stacked PRs (targeting feature branches) only got the conformance checks, which are continue-on-error and don't exercise unit tests. Removing the filter so the full matrix runs on every PR.
1 parent 53257ca commit cffb527

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: ["main", "v1.x"]
66
tags: ["v*.*.*"]
77
pull_request:
8-
branches: ["main", "v1.x"]
98

109
permissions:
1110
contents: read

0 commit comments

Comments
 (0)