From 549461bcbabf96fb475039cde8827ddd448292d1 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 22 Apr 2020 02:42:43 +0200 Subject: [PATCH] changed ci branch to master only --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e4988ea..9e65775 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,7 @@ steps: image: node commands: - npm install - - npm run buildProd \ No newline at end of file + - npm run buildProd + when: + branch: + - master \ No newline at end of file