diff --git a/.woodpecker.yml b/.woodpecker.yml index b36a9fc..6b7d3af 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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/*]