Skip to content

Commit

Permalink
Hotfix: Fixed pipeline to use main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
winromulus committed Oct 16, 2021
1 parent 577562e commit e5961d5
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 @@ -84,7 +84,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 e5961d5

Please sign in to comment.