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:
|
||||
image: debian
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
event: tag
|
||||
branch: master
|
||||
tag: v*
|
||||
commands:
|
||||
|
@ -32,7 +32,7 @@ pipeline:
|
|||
publish-dryrun:
|
||||
image: debian
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
event: tag
|
||||
branch: master
|
||||
tag: v*
|
||||
commands:
|
||||
|
@ -42,7 +42,7 @@ pipeline:
|
|||
publish:
|
||||
image: plugins/gitea-release
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
event: tag
|
||||
branch: master
|
||||
tag: v*
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue