From 2e6a5d96244245c91c9bd37b9879852005c3ff04 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 22 Sep 2019 14:16:25 +0200 Subject: [PATCH] drone --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 69fe416..bd5a295 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ steps: commands: - rm -rf docs - npm run docs - trigger: + when: event: - tag @@ -54,7 +54,7 @@ steps: password: from_secret: npm_password email: frontwork.me@gmail.com - trigger: + when: event: - tag @@ -74,7 +74,7 @@ steps: from_secret: git_user GIT_PASSWORD: from_secret: git_password - trigger: + when: event: - tag