update pipeline conditions allowing fix/*
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
gitea-sonarqube-bot ERROR
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-03-23 22:22:36 +01:00
parent a7ec95da7c
commit 66e4d2989a
Signed by: deblan
GPG key ID: 579388D585F70417

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: