Skip to content

Commit 6de9c65

Browse files
committed
[List] CAES-1707: Hotfix build
1 parent 1d08ebb commit 6de9c65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ globals:
191191
steps:
192192
- <<: *stepCheckBuild
193193
when:
194-
branch: [feature/*]
194+
branch: [feature/*, hotfix/*]
195195
event: [push]
196196

197197
- <<: *stepMainBuild
@@ -223,6 +223,7 @@ trigger:
223223
- master
224224
- develop
225225
- feature/*
226+
- hotfix/*
226227
event:
227228
- tag
228229
- push

0 commit comments

Comments
 (0)