From 89fdc553ef26d57fd878bc512eb29362efc72f78 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 25 Sep 2020 19:43:40 +0200 Subject: [PATCH] refactor: positive rather than negative selection * i.e. includes as opposed to excludes --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c96f853..40f55e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,10 +38,11 @@ steps: pull: if-not-exists image: immawanderer/fedora-hugo:latest when: + branch: + - master event: - exclude: - - cron - - tag + - push + - pull_request commands: - git submodule init - git submodule update