From 9148a5c5fed12a88eadb0da6f20e1b9682fbce92 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Fri, 18 Oct 2024 15:49:39 -0300 Subject: [PATCH] build: run semantic-release on maintenance branches --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff196ae30..d2821a784 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ on: push: branches: - main + - '[0-9].x' + - '[0-9].x.x' + - '[0-9].[0-9].x' jobs: release: name: Release