From 8cce2c623224c488af67760d2ab6806116780586 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 23 Dec 2018 00:14:12 +0100 Subject: [PATCH] fix when condition --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c20d5a..a8fdb74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ pipeline: - npm install - npm test - gulp - event: push + when: + event: push update: image: appleboy/drone-git-push @@ -18,3 +19,5 @@ pipeline: - DRONE_COMMIT_AUTHOR - DRONE_COMMIT_AUTHOR_EMAIL - GIT_PUSH_SSH_KEY + when: + event: push