mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-18 03:40:58 +01:00
build release on tag only
This commit is contained in:
@@ -6,7 +6,7 @@ labels:
|
|||||||
steps:
|
steps:
|
||||||
compile:
|
compile:
|
||||||
when:
|
when:
|
||||||
event: [manual]
|
event: [tag]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
@@ -19,7 +19,7 @@ steps:
|
|||||||
release:
|
release:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
when:
|
when:
|
||||||
event: [manual]
|
event: [tag]
|
||||||
environment:
|
environment:
|
||||||
DEPLOY_TOKEN:
|
DEPLOY_TOKEN:
|
||||||
from_secret: DEPLOY_TOKEN
|
from_secret: DEPLOY_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user