Merge pull request 'update pipeline conditions allowing fix/*' (#234) from feature/ci into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #234
This commit is contained in:
Simon Vieille 2023-03-27 18:35:12 +02:00
commit 22335700ce

View file

@ -6,7 +6,7 @@ pipeline:
- npm i
when:
event: [tag, push, pull_request]
branch: [master, develop, feature/*, translations]
branch: [master, develop, feature/*, fix/*, 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/*, translations]
branch: [master, develop, feature/*, fix/*, translations]
event: [tag, push, pull_request]
build_php:
@ -27,7 +27,7 @@ pipeline:
commands:
- php bin/generate_l10n.php
when:
branch: [master, develop, feature/*, translations]
branch: [master, develop, feature/*, fix/*, translations]
event: [tag, push, pull_request]
code_quality: