From 648bdeae04c323e7498a5f15281da88c85bfd500 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Sep 2023 16:46:56 +0200 Subject: [PATCH] fix ci syntax --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 34f13eb..abe2b00 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -pipeline: +steps: dependencies: image: node:16 pull: true @@ -6,7 +6,7 @@ pipeline: - npm i when: event: [tag, push, pull_request] - branch: [master, develop, feature/*, fix/*, translations] + branch: [master, develop, feature/*, fix/*, bugfix/*, translations] osv-detector: image: gitnet.fr/deblan/osv-detector:v0.10 @@ -19,7 +19,7 @@ pipeline: commands: - npm run build when: - branch: [master, develop, feature/*, fix/*, translations] + branch: [master, develop, feature/*, fix/*, bugfix/*, translations] event: [tag, push, pull_request] build-translations: @@ -27,7 +27,7 @@ pipeline: commands: - php bin/generate_l10n.php when: - branch: [master, develop, feature/*, fix/*, translations] + branch: [master, develop, feature/*, fix/*, bugfix/*, translations] event: [tag, push, pull_request] create-signature: