From 92e78a1cd03447e5cd124014de8f69417eec730a Mon Sep 17 00:00:00 2001 From: James Rich Date: Wed, 3 Jun 2026 17:03:30 -0500 Subject: [PATCH] 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) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 91718446a..2ce18a8b7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -2,7 +2,7 @@ name: Pull Request CI on: pull_request: - branches: [ main ] + branches: [ main, "release/**" ] permissions: contents: read