From 3b0bccb559505252b59c1c4997ab68fea0d9b1ab Mon Sep 17 00:00:00 2001 From: bunix42 Date: Mon, 13 Jun 2022 19:33:45 +0000 Subject: [PATCH] try adding cron --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8504375..56e282b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,7 +62,12 @@ steps: username: drone trigger: + event: + - push + - cron branch: - master - event: - - push \ No newline at end of file + cron: + - nightly + +