From f83e571dcfdff6b9592d73a61b1dbf44e1b32429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20K=C3=B5osaar?= Date: Tue, 12 Apr 2022 16:32:39 +0300 Subject: [PATCH] Update azure-pipeline.yml --- .azure-pipelines/azure-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipeline.yml b/.azure-pipelines/azure-pipeline.yml index 9618c06..20f7803 100644 --- a/.azure-pipelines/azure-pipeline.yml +++ b/.azure-pipelines/azure-pipeline.yml @@ -15,7 +15,7 @@ name: $(version.MajorMinor)$(rev:.r) trigger: branches: include: - - main + - master pr: none @@ -85,4 +85,4 @@ stages: publisherId: $(publisherId) publicExtensionName: $(publicExtensionName) extensionVisibility: 'public' - updateTaskVersion: true \ No newline at end of file + updateTaskVersion: true