From c5cac45f7edc63ee734f0912873e5a1f59f9ed31 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 4 Nov 2023 13:38:28 +0100 Subject: [PATCH] fix ci --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index abe2b00..29909d0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ steps: commands: - npm i when: - event: [tag, push, pull_request] + event: [tag, push, pull_request, manual] branch: [master, develop, feature/*, fix/*, bugfix/*, translations] osv-detector: @@ -28,7 +28,7 @@ steps: - php bin/generate_l10n.php when: branch: [master, develop, feature/*, fix/*, bugfix/*, translations] - event: [tag, push, pull_request] + event: [tag, push, pull_request, manual] create-signature: image: nextcloud:25