From 4b36904a4c2cd4f8b141c9aa0357214ada66a0b0 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