This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch 909-fix-perf-issue
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 0c2b6f5474aa8ee0537905166b3b51ac35970bea
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Jan 7 11:16:32 2025 +0100

    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

Reply via email to