diff --git a/.woodpecker.yml b/.woodpecker.yml index 48da78e..8b0f83d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,16 +3,12 @@ pipeline: image: deblan/devenv commands: - npm install - when: - event: [tag, push, pull_request] - branch: [master, develop, feature/*] build: image: deblan/devenv commands: - make npm-build when: - branch: [master, develop, feature/*] event: [push, pull_request] package: