Skip to content

Commit

Permalink
build(devops): remove ci trigger for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Aug 21, 2023
1 parent 7bfbbea commit 4cf2298
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .azuredevops/pipelines/build-and-release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: "$(Build.DefinitionName) #$(Build.BuildId)"

trigger:
batch: true
branches:
include:
- main
trigger: none # Manual Publish
pr: none # GitHub Actions handle PRs

parameters:
Expand Down

0 comments on commit 4cf2298

Please sign in to comment.