From b0cb0c3edf1a48b598d3acd8b65518786f704e28 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 3 Sep 2020 14:31:21 +0200 Subject: [PATCH] fix: define includes instead of excludes --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4c1d7dc..15c13b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,9 +15,8 @@ trigger: event: - push - cron - target: - exclude: - - nightly + cron: + - "hourly-build" steps: - name: call webhook