diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ec8ebba..b4f54742 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,8 +12,9 @@ schedules: always: true trigger: -- master - + branches: + include: + - master pool: vmImage: 'ubuntu-latest'