From 1a6d9c5430ad71ccae496693b0292c58f6bf628c Mon Sep 17 00:00:00 2001 From: Cal Bera Date: Tue, 9 Sep 2025 14:00:32 -0700 Subject: [PATCH] chore(ci): run CI workflows on PRs to release branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34e18a5051..31f026a17f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [ main, "release/*" ] pull_request: - branches: [ main ] + branches: [ main, "release/*" ] workflow_dispatch: jobs: