Skip to content

Commit 0b686e2

Browse files
committed
build: Fixed build condition
1 parent 7129e2b commit 0b686e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
env:
113113
DISPLAY: :10
114114
- job: Release
115-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'master'))
115+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
116116
dependsOn:
117117
- Windows
118118
- macOS

0 commit comments

Comments
 (0)