File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,9 @@ build-mac:
118
118
paths :
119
119
- depcharge-mac
120
120
only :
121
- - tags
121
+ - develop
122
122
- master
123
+ - tags
123
124
124
125
build-win :
125
126
image : golang:1-alpine
@@ -139,8 +140,9 @@ build-win:
139
140
paths :
140
141
- depcharge.exe
141
142
only :
142
- - tags
143
+ - develop
143
144
- master
145
+ - tags
144
146
145
147
# build-docker:
146
148
# image: docker:latest
@@ -159,8 +161,9 @@ build-win:
159
161
#
160
162
# - docker push $CI_REGISTRY_IMAGE:$IMAGE_NAME
161
163
# only:
162
- # - tags
164
+ # - develop
163
165
# - master
166
+ # - tags
164
167
165
168
release :
166
169
image : registry.gitlab.com/centerorbit/release-github
@@ -204,8 +207,9 @@ release:
204
207
- zip -m $RELEASE_NAME.zip depcharge.exe
205
208
- php /var/code/uploadBinary.php
206
209
only :
207
- - tags
210
+ - develop
208
211
- master
212
+ - tags
209
213
210
214
211
215
pages :
@@ -220,4 +224,5 @@ pages:
220
224
paths :
221
225
- public
222
226
only :
227
+ - develop
223
228
- master
You can’t perform that action at this time.
0 commit comments