[wip] events
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-09-13 21:10:50 +02:00
parent e70764e63d
commit 35fb777eaa
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -38,6 +38,7 @@ pipeline:
commands:
- apt-get update && apt-get -y install git
- composer install --no-scripts
when:
event: [push, pull_request, tag, manual]
branch: [master, master-*, develop, develop-*, feature/*]