Publish section example for tag pushes

Adds an example for execution limiting publishes to situations where tags are pushed.
This commit is contained in:
Greg Taylor 2015-11-10 16:22:44 -08:00
parent 64908ed241
commit c7712bd3ac

View file

@ -30,4 +30,10 @@ publish:
bintray:
when:
branch: feature/*
# or only publish when a tag is pushed
docker:
when:
event: tag
```