diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b7946bd5..6e941066 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