From ff6fb32ad1f53da52fa6c79893ff8aca77f8ad4f Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Thu, 6 Nov 2025 09:37:35 -0800 Subject: [PATCH] Enable CI workflow for hotfix and release branch PRs. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 284405b54..f4de14231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: pull_request: branches: - master + - hotfix/** + - release/** permissions: id-token: write contents: read