From 04c0d66f8d332be2ec8a763518de238ff9253189 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Mon, 9 Sep 2019 14:20:21 +0200 Subject: [PATCH] Don't run commit-trigger steps on PRs --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index af13f07..611068f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,9 @@ steps: target: /${DRONE_COMMIT_SHA:0:8}/ path_style: true endpoint: https://artifacts.fromouter.space + when: + event: + - push - name: upload_build_pr image: plugins/s3 @@ -64,6 +67,8 @@ steps: path_style: true endpoint: https://artifacts.fromouter.space when: + event: + - push branch: - master @@ -89,6 +94,9 @@ steps: target: /${DRONE_COMMIT_SHA:0:8}/ path_style: true endpoint: https://artifacts.fromouter.space + when: + event: + - push - name: upload_coverage_pr image: plugins/s3