Skip to content

Commit 0576670

Browse files
committed
Work CI-CD
- Fix default branch name to main. ***NO_CI***
1 parent 20729d9 commit 0576670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
and(
271271
succeeded(),
272272
eq(variables['System.PullRequest.PullRequestId'], ''),
273-
startsWith(variables['Build.SourceBranch'], 'refs/heads/develop'),
273+
startsWith(variables['Build.SourceBranch'], 'refs/heads/main'),
274274
eq(variables['UPDATE_DEPENDENTS'], 'false')
275275
)
276276
displayName: Create/Update GitHub release

0 commit comments

Comments
 (0)