diff --git a/.woodpecker.yml b/.woodpecker.yml index 505111b..528f338 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,6 @@ pipeline: image: deblan/devenv commands: - npm install - when: branch: [master, develop, feature/*] event: @@ -15,7 +14,7 @@ pipeline: commands: - make npm-build when: - branch: [master, develop, feature/*] + branch: [develop, feature/*] event: - push - pull_request