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
|
||||
- build
|
||||
- name: build-docker-image
|
||||
if: branch = master OR branch = dev
|
||||
if: branch = master
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue