From 544ed1a1fa36b466ddd58b1a2193a7a8fa5b952d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 3 Nov 2021 19:52:24 +0100 Subject: [PATCH] add ci/cd conf (drone) --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1c4c72a..b27712c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,9 @@ steps: commands: - npm install when: - event: - - push + branch: + - master + - develop - name: build image: deblan/devenv