diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdb7de5b7..055322e38 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ trigger: -- main # Adjust to your branch name +- master # Adjust to your branch name pool: vmImage: 'ubuntu-latest'