From 0c2b6f5474aa8ee0537905166b3b51ac35970bea Mon Sep 17 00:00:00 2001 From: Bertil Chapuis Date: Tue, 7 Jan 2025 11:16:32 +0100 Subject: [PATCH] Add additional suffixes to trigger the release workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f69109dd8..f19cc12fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,7 @@ name: Release on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' - + - 'v[0-9]+.[0-9]+.[0-9]+-(test|alpha|beta|rc)[0-9]+' jobs: publish-candidate: name: Publish candidate