From f077539188dfda8097d2f1f9ccd921df01635bab Mon Sep 17 00:00:00 2001 From: Fabian Boemer Date: Mon, 11 Nov 2024 14:57:40 -0800 Subject: [PATCH] Run CI on release branches (#131) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e823c98..6165aaf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ permissions: on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "main", "release/**" ] pull_request: - branches: [ "main" ] + branches: [ "main", "release/**" ] types: [opened, reopened, synchronize, ready_for_review] # Pushing changes to PR stops currently-running CI concurrency: