update ci config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-06 06:48:27 +01:00
parent 21e0f4cd89
commit a3802ef298
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -5,14 +5,14 @@ pipeline:
- make dep
when:
event: [tag, push, pull_request]
branch: [master, develop, feature/*]
branch: [master, develop, feature/*, translations]
build:
image: gitnet.fr/deblan/devenv
commands:
- make build
when:
branch: [master, develop, feature/*]
branch: [master, develop, feature/*, translations]
event: [push, pull_request]
code_quality: