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