refactor: positive rather than negative selection
* i.e. includes as opposed to excludes
This commit is contained in:
parent
9fc744822a
commit
89fdc553ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user