build release on tag only

This commit is contained in:
2025-11-21 12:17:20 +01:00
parent 8ea077ba56
commit a6e08c86c0

View File

@@ -6,7 +6,7 @@ labels:
steps:
compile:
when:
event: [manual]
event: [tag]
image: alpine:latest
commands:
- apk update
@@ -19,7 +19,7 @@ steps:
release:
image: alpine:latest
when:
event: [manual]
event: [tag]
environment:
DEPLOY_TOKEN:
from_secret: DEPLOY_TOKEN