From 6da4398369f51dd9a8dba1681cf67aed242cd5f2 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 14 Oct 2019 11:27:04 +0200 Subject: [PATCH] dont run with empty task --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ad177327..7172c084 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,10 +23,9 @@ steps: image: nextcloudci/android:android-49 commands: - ./gradlew build - when: - branch: - - master trigger: event: - push + branch: + - master