mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-16 19:00:58 +01:00
build release on tag only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user