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: