From 753937c15e0196e96e6910cce7bb7d7b0ea22db4 Mon Sep 17 00:00:00 2001 From: chandu54321 Date: Wed, 11 Dec 2024 15:17:13 +0530 Subject: [PATCH] changed the branch name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'