Skip to content

Commit

Permalink
Merge pull request #99 from Ensono/feat/18-update-branch-name
Browse files Browse the repository at this point in the history
Update pipeline to reference master not main branch
  • Loading branch information
balpurewal authored Nov 3, 2023
2 parents 2aad0da + f8e0b71 commit fcf04d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/azdo/azuredevops-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
name: 2.0$(Rev:.r)

pr:
- main
- master

trigger:
branches:
include:
- 'main'
- 'master'

# Set the agent pool that stages should be run in
pool:
Expand Down Expand Up @@ -48,7 +48,7 @@ stages:
taskctl format
- stage: Release
condition: and(succeeded(), or(${{ eq(variables['Build.SourceBranch'], 'refs/heads/main') }}, ${{ parameters.force_release }}))
condition: and(succeeded(), or(${{ eq(variables['Build.SourceBranch'], 'refs/heads/master') }}, ${{ parameters.force_release }}))
jobs:

- job: Publish
Expand Down

0 comments on commit fcf04d5

Please sign in to comment.