Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dima <alexdima@microsoft.com>2022-05-04 12:40:30 +0300
committerAlex Dima <alexdima@microsoft.com>2022-05-04 12:40:30 +0300
commit909b5ca2ea2b57fdbc833f3c161e9e7f268df594 (patch)
tree0cdcacbb6d5f5bb5dea60e67c3740219ebab2147 /build/azure-pipelines
parent18022bdaff1a04d14b95a7b5862f5455054cc34e (diff)
Avoid that Azure Pipelines trigger automatically for all topic branches
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/product-build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml
index f642d0a6805..635966d13c1 100644
--- a/build/azure-pipelines/product-build.yml
+++ b/build/azure-pipelines/product-build.yml
@@ -8,6 +8,10 @@ schedules:
- main
- joao/web
+trigger:
+ branches:
+ include: ["main", "release/*"]
+
parameters:
- name: VSCODE_DISTRO_REF
displayName: Distro Ref (Private build)