Update build_snapshot.yml

This commit is contained in:
MarvinF
2025-06-09 16:48:13 +02:00
committed by Marvin Flock
parent 8b671fd005
commit 6793c53002
+1 -1
View File
@@ -6,7 +6,7 @@ name: Snapshot Release
on:
push:
tags:
- 'snapshot' # run only on version tag snapshot
- 'v*-snapshot' # run only on version tags like v1.0.0-snapshot
# - 'v*' # Run only on version tags like v1.0.0
jobs:
build: