From 76738ec3074a24328d41a3ce56af563b67567e29 Mon Sep 17 00:00:00 2001 From: MarvinF Date: Tue, 24 Jun 2025 19:30:36 +0200 Subject: [PATCH] Update build_snapshot.yml --- .github/workflows/build_snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_snapshot.yml b/.github/workflows/build_snapshot.yml index 7ed9bd0..3af6896 100644 --- a/.github/workflows/build_snapshot.yml +++ b/.github/workflows/build_snapshot.yml @@ -6,7 +6,7 @@ name: Snapshot Release on: push: tags: - - 'v*-snapshot' # run only on version tags like v1.0.0-snapshot + - 'v[0-9]+.[0-9]+.[0-9]+-snapshot' # run only on version tags like v1.0.0-snapshot # - 'v*' # Run only on version tags like v1.0.0 jobs: build: