mirror of https://github.com/halo-dev/halo
Modify stage condition of build-docker-image
parent
d6f72ea26a
commit
bee464f486
|
@ -26,7 +26,7 @@ stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- name: build-docker-image
|
- name: build-docker-image
|
||||||
if: branch = master OR branch = dev
|
if: branch = master
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue