Merge pull request 'fix ci syntax' (#281) from develop into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #281
This commit is contained in:
Simon Vieille 2023-09-29 16:48:36 +02:00
commit 0ce318d6ec

View file

@ -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: