CI: Try agin fixing CI steps conditions
This commit is contained in:
parent
36269c81c1
commit
f07ec8d0e9
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: tag
|
||||||
branch: master
|
branch: master
|
||||||
tag: v*
|
tag: v*
|
||||||
commands:
|
commands:
|
||||||
|
@ -32,7 +32,7 @@ pipeline:
|
||||||
publish-dryrun:
|
publish-dryrun:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: tag
|
||||||
branch: master
|
branch: master
|
||||||
tag: v*
|
tag: v*
|
||||||
commands:
|
commands:
|
||||||
|
@ -42,7 +42,7 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: tag
|
||||||
branch: master
|
branch: master
|
||||||
tag: v*
|
tag: v*
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue