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

This commit is contained in:
Benjamin Renard 2022-04-28 00:40:16 +02:00
parent adcfe27ee1
commit c02c271375

View file

@ -19,7 +19,7 @@ pipeline:
build:
image: debian
when:
event: tag
event: [ push, tag ]
branch: master
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
@ -31,7 +31,7 @@ pipeline:
publish-dryrun:
image: debian
when:
event: tag
event: [ push, tag ]
branch: master
commands:
- ls dist/*
@ -40,7 +40,7 @@ pipeline:
publish:
image: plugins/gitea-release
when:
event: tag
event: [ push, tag ]
branch: master
settings:
api_key: