mirror of https://github.com/AxioDL/metaforce.git
Make sure deploy only occurs on release branch
This commit is contained in:
parent
fac324f08f
commit
1cf0e58680
|
@ -115,6 +115,8 @@ build:linux:avx2:
|
|||
|
||||
deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- release
|
||||
dependencies: []
|
||||
tags:
|
||||
- server
|
||||
|
|
Loading…
Reference in New Issue