We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20729d9 commit 0576670Copy full SHA for 0576670
azure-pipelines.yml
@@ -270,7 +270,7 @@ jobs:
270
and(
271
succeeded(),
272
eq(variables['System.PullRequest.PullRequestId'], ''),
273
- startsWith(variables['Build.SourceBranch'], 'refs/heads/develop'),
+ startsWith(variables['Build.SourceBranch'], 'refs/heads/main'),
274
eq(variables['UPDATE_DEPENDENTS'], 'false')
275
)
276
displayName: Create/Update GitHub release
0 commit comments