From 7b1d31d1db313c39ead0cafff151e2c00175a128 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 4 Nov 2023 13:39:32 +0100 Subject: [PATCH] fix ci --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 29909d0..43bf009 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,16 +19,16 @@ steps: commands: - npm run build when: + event: [tag, push, pull_request, manual] branch: [master, develop, feature/*, fix/*, bugfix/*, translations] - event: [tag, push, pull_request] build-translations: image: deblan/php:8.0 commands: - php bin/generate_l10n.php when: - branch: [master, develop, feature/*, fix/*, bugfix/*, translations] event: [tag, push, pull_request, manual] + branch: [master, develop, feature/*, fix/*, bugfix/*, translations] create-signature: image: nextcloud:25