Skip to content

Commit 6e56e84

Browse files
committed
chore: master -> main
1 parent dca3920 commit 6e56e84

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
@@ -26,7 +26,7 @@ jobs:
2626

2727
- script: npm run semantic-release
2828
displayName: 'Publish to npm'
29-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
29+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
3030
env:
3131
GH_TOKEN: $(GITHUB_TOKEN)
3232
NPM_TOKEN: $(Npm.Token)

0 commit comments

Comments
 (0)