From b012a5e8b5708d9062e2c43ecfc347947c96c933 Mon Sep 17 00:00:00 2001 From: Tim Nieradzik Date: Fri, 25 Jan 2019 08:16:17 +0100 Subject: [PATCH] Drone CI: Attempt to fix `publish` pipeline for pull requests --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77ae617..4acedaa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,16 +35,15 @@ steps: build_args_from_env: - BINTRAY_USERNAME - BINTRAY_API - trigger: + when: + branch: + - master event: include: - push - tag exclude: - pull_request - when: - branch: - - master - name: benchmarks image: tindzk/seed:latest pull: always