CI: Try agin fixing CI steps conditions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-04-28 00:45:26 +02:00
parent 36269c81c1
commit f07ec8d0e9

View file

@ -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: