From fe0a4b3354313bf49d6fdfbb68a339d258192601 Mon Sep 17 00:00:00 2001 From: Fabian Boemer Date: Mon, 11 Nov 2024 13:32:22 -0800 Subject: [PATCH] Run CI on release branches --- .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: