From 330ee2a43e40b8063484574222d0a3cb08a6f7b2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 26 Jul 2022 15:03:53 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 4 ---- 1 file changed, 4 deletions(-) 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: