Skip to content

Commit 8f59a9c

Browse files
committed
Fix branch
1 parent b8030f1 commit 8f59a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-sb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
inputs:
1414
targetType: "inline"
1515
script: |
16-
if [ $(Build.SourceBranch) != "refs/heads/main" ]
16+
if [ $(Build.SourceBranch) != "refs/heads/master" ]
1717
then
1818
# Lowercase
1919
tag=$(sed 's/.*/\L&/' <<< $(Build.SourceBranchName))

0 commit comments

Comments
 (0)