From 6f527440c2bf308b2625faf861bb472d82bdb57d Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 19 Nov 2022 17:44:01 +0100 Subject: [PATCH] ci: Update release workflow for LTS branches (#8327) --- .github/workflows/release-automated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index efa5b1e5..9c4a6c68 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -1,7 +1,7 @@ name: release-automated on: push: - branches: [ release, alpha, beta, next-major ] + branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ] jobs: release: runs-on: ubuntu-latest