Skip to content

Commit 16674d6

Browse files
committed
Merge branch 'hotfix/2.0.8'
2 parents cdfa053 + d874900 commit 16674d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,17 @@ steps:
192192
- <<: *stepCheckBuild
193193
when:
194194
branch: [feature/*]
195+
event: [push]
195196

196197
- <<: *stepMainBuild
197198
when:
198199
branch: [develop, master]
200+
event: [push]
199201

200202
- <<: *stepDevelopDeploy
201203
when:
202204
branch: [develop]
205+
event: [push]
203206

204207
- name: build tag
205208
<<: *stepTagBuild

0 commit comments

Comments
 (0)