Skip to content

Commit eff9c5b

Browse files
committed
chore: package on hotfix branch (tmp)
1 parent 0d1aaac commit eff9c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
- master
66
- develop
77
- rc/*
8+
- hotfix/*
89
tags:
910
include:
1011
- refs/tags/v*
@@ -91,7 +92,7 @@ stages:
9192
9293
- stage: release
9394
displayName: Release Binaries
94-
condition: eq(variables['build.sourceBranch'], 'refs/heads/master')
95+
condition: startsWith(variables['build.sourceBranch'], 'refs/heads/hotfix/')
9596
jobs:
9697
- job: release_mac
9798
displayName: Release macOS

0 commit comments

Comments
 (0)