Skip to content

Commit

Permalink
Merge pull request #68 from ALM-Rangers/bug/correct-pipeline-trigger
Browse files Browse the repository at this point in the history
Update azure-pipeline.yml
  • Loading branch information
MOlausson authored May 20, 2022
2 parents 9e69198 + f83e571 commit 92bdc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: $(version.MajorMinor)$(rev:.r)
trigger:
branches:
include:
- main
- master

pr: none

Expand Down Expand Up @@ -85,4 +85,4 @@ stages:
publisherId: $(publisherId)
publicExtensionName: $(publicExtensionName)
extensionVisibility: 'public'
updateTaskVersion: true
updateTaskVersion: true

0 comments on commit 92bdc3a

Please sign in to comment.