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 - make dep
when: when:
event: [tag, push, pull_request] event: [tag, push, pull_request]
branch: [master, develop, feature/*] branch: [master, develop, feature/*, translations]
build: build:
image: gitnet.fr/deblan/devenv image: gitnet.fr/deblan/devenv
commands: commands:
- make build - make build
when: when:
branch: [master, develop, feature/*] branch: [master, develop, feature/*, translations]
event: [push, pull_request] event: [push, pull_request]
code_quality: code_quality: