From 0f88315e1f16322f99940e293a80985b024ebfb5 Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Fri, 12 Apr 2024 04:51:31 +0900 Subject: [PATCH] Allow releasing 2.0.x branch (#8732) --- .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 e57c629c57e..80ae955f62c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: pull_request: push: branches: - - 'series/2.x' + - 'series/2.0.x' release: types: - published