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 - npm i
when: when:
event: [tag, push, pull_request] event: [tag, push, pull_request]
branch: [master, develop, feature/*, translations] branch: [master, develop, feature/*, fix/*, translations]
osv_detector: osv_detector:
image: gitnet.fr/deblan/osv-detector:v0.10 image: gitnet.fr/deblan/osv-detector:v0.10
@ -19,7 +19,7 @@ pipeline:
commands: commands:
- npm run build - npm run build
when: when:
branch: [master, develop, feature/*, translations] branch: [master, develop, feature/*, fix/*, translations]
event: [tag, push, pull_request] event: [tag, push, pull_request]
build_php: build_php:
@ -27,7 +27,7 @@ pipeline:
commands: commands:
- php bin/generate_l10n.php - php bin/generate_l10n.php
when: when:
branch: [master, develop, feature/*, translations] branch: [master, develop, feature/*, fix/*, translations]
event: [tag, push, pull_request] event: [tag, push, pull_request]
code_quality: code_quality: