From af301f415604f5634e050e5a3a45b16698b64f57 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core <82989933+hc-github-team-consul-core@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:57:31 -0400 Subject: [PATCH] Backport of ci: Use pattern for CRT release branch config into release/1.13.x (#13992) This pull request was automerged via backport-assistant --- .github/workflows/build.yml | 1 + .release/ci.hcl | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc2506abf8..5d50b708c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ on: branches: # Push events on the main branch - main + - release/** env: PKG_NAME: consul diff --git a/.release/ci.hcl b/.release/ci.hcl index ceb11f7595..c38e0aa46d 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -11,10 +11,7 @@ project "consul" { repository = "consul" release_branches = [ "main", - "release/1.9.x", - "release/1.10.x", - "release/1.11.x", - "release/1.12.x", + "release/**", ] } }