From f1c42c48a8eae71da798af6e12114490792e92c2 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Mon, 19 Dec 2022 08:40:54 -0500 Subject: [PATCH] Fix condition tag? --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d613a81..48dfe5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,9 @@ steps: commands: - npm install - npm run build + when: + branch: + - master - name: copy image: appleboy/drone-scp @@ -19,7 +22,7 @@ steps: target: /home/thomas/swag/www source: ./dist/* strip_components: 1 + when: + branch: + - master -when: - branch: - - master \ No newline at end of file