Skip to content

Commit 781dcfa

Browse files
jamesarichclaude
andcommitted
ci: run Pull Request CI for PRs targeting release/** branches
Enables the full validate-and-build pipeline on PRs whose base is a release branch (e.g. release/2.8.0), not just main, so milestone PRs retargeted onto the release branch get per-PR CI before merge. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a0ad67a commit 781dcfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull Request CI
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ main, "release/**" ]
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)