From 777ac822a0f6193cb8f009636b35ad80232ac56e Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Sun, 29 Jan 2023 22:06:24 +0100 Subject: [PATCH] chore(ci): enable pre-release-branches (#254) --- .github/workflows/semantic-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 88865625..e3caf9ce 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - release/* jobs: semantic-release: