From 7d9432e45cc2ab056fce865c0bf33033f20c72b1 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 29 Jan 2023 22:04:47 +0100 Subject: [PATCH] chore(ci): enable pre-release-branches --- .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: