From 120d985f09cf612fd597cb79e3daf3c5b02cee1f Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 20 Jun 2021 10:13:02 +0200 Subject: [PATCH] Fix cron event --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0d1dba9..9b32ddf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,11 @@ steps: PASSWORD: from_secret: nextcloud_password +trigger: + event: + exclude: + - cron + --- kind: pipeline name: dependabot