From c02c271375fe3ddb5ad8a14e0a316973cae66eab Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 28 Apr 2022 00:40:16 +0200 Subject: [PATCH] CI: Try agin fixing CI steps conditions --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 402e535..144c81f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: