refactor: positive rather than negative selection
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

* i.e. includes as opposed to excludes
This commit is contained in:
surtur 2020-09-25 19:43:40 +02:00
parent 9fc744822a
commit 89fdc553ef
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -38,10 +38,11 @@ steps:
pull: if-not-exists pull: if-not-exists
image: immawanderer/fedora-hugo:latest image: immawanderer/fedora-hugo:latest
when: when:
branch:
- master
event: event:
exclude: - push
- cron - pull_request
- tag
commands: commands:
- git submodule init - git submodule init
- git submodule update - git submodule update