Merge pull request #1309 from gtaylor/patch-2

Publish section example for tag pushes [CI SKIP]
This commit is contained in:
Brad Rydzewski 2015-11-10 16:31:12 -08:00
commit b038cf0a3f

View File

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