From a809d46d4e15c8da7499a7c85410c7870cd01028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 13 May 2021 22:14:24 +0000 Subject: [PATCH] Enable CI on pushes but exclude PRs --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a6fe3e6..29e6e67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,7 @@ steps: trigger: event: - - tag - - cron \ No newline at end of file + - push + - cron + exclude: + - pull_request \ No newline at end of file