Skip to content

Commit

Permalink
Hotfix: Switch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
winromulus committed Oct 22, 2021
1 parent b8c0de3 commit e14b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stages:
- stage: cd
displayName: "CD"
dependsOn: "ci"
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'Manual'), in(variables['Build.SourceBranchName'], 'master'))
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'Manual'), in(variables['Build.SourceBranchName'], 'main'))
jobs:
- job: release
displayName: "Release"
Expand Down

0 comments on commit e14b3aa

Please sign in to comment.