From 530362ac33ad9dd86c10a2500b158f64b04de146 Mon Sep 17 00:00:00 2001 From: parra Date: Thu, 6 Oct 2022 11:50:17 +0200 Subject: [PATCH] Exclude pull requests from build pipeline --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index c3b1bcb..75f60e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,11 @@ steps: image_pull_secrets: - custom_mirror_registry +trigger: + event: + exclude: + - pull_request + ---- kind: pipeline type: docker