diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b7946bd57..6e9410661 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,10 @@ trigger: batch: true + branches: + include: + - master + +pr: none jobs: - template: azure-pipelines.template.yml