mirror of https://github.com/halo-dev/halo
Update .travis.yaml (#151)
* Update travis.yaml * Update travis.yaml * Update travis.yaml * Update travis.yaml * Update travis.yamlpull/152/head v1.0.0-beta.2
parent
0ce5247c9e
commit
4c339ab7d7
|
@ -24,9 +24,14 @@ stages:
|
|||
- test
|
||||
- build
|
||||
- name: build-docker-image-for-release
|
||||
if: branch = master AND tag IS present
|
||||
if: tag =~ /^v\d+\.\d+(\.\d+)?(-release)?$/
|
||||
- name: build-docker-image-for-dev
|
||||
if: branch = dev AND tag IS present
|
||||
if: tag =~ /^v\d+\.\d+(\.\d+)?-(beta|alpha)+(\.\d+)?$/
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
notifications:
|
||||
webhooks:
|
||||
- https://fathomless-fjord-24024.herokuapp.com/notify
|
||||
|
|
Loading…
Reference in New Issue