mirror of https://github.com/halo-dev/halo
Enhance travis configuration
parent
f9be43731d
commit
b25c9624ad
|
@ -24,9 +24,9 @@ stages:
|
|||
- test
|
||||
- build
|
||||
- name: build-docker-image-for-release
|
||||
if: tag IS present
|
||||
if: branch = master AND tag IS present
|
||||
- name: build-docker-image-for-dev
|
||||
if: branch = dev
|
||||
if: branch = dev AND tag IS present
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue