diff --git a/.woodpecker.yml b/.woodpecker.yml index 3c8b513..48da78e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,15 +4,15 @@ pipeline: commands: - npm install when: - branch: [master, develop, feature/*] event: [tag, push, pull_request] + branch: [master, develop, feature/*] build: image: deblan/devenv commands: - make npm-build when: - branch: [develop, feature/*] + branch: [master, develop, feature/*] event: [push, pull_request] package: @@ -27,7 +27,6 @@ pipeline: - export RELEASE_DIRECTORY="/var/www/html/artifacts/deblan/side_menu" - make release when: - branch: [master] event: [tag] release: