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 14:49:59 +0300
committerAlex Dima <alexdima@microsoft.com>2022-05-04 14:49:59 +0300
commit9e41d534b49dfa60d87e2cef36d894def976bf28 (patch)
tree05ace0f124a45b6aee7b288fba707405a9e35a99 /build/azure-pipelines
parent6dd48c769e7eab0720108a00c8778d2eba24f476 (diff)
Trigger product build on PRs to release branches
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/product-build.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml
index 635966d13c1..dfe50832d3c 100644
--- a/build/azure-pipelines/product-build.yml
+++ b/build/azure-pipelines/product-build.yml
@@ -1,4 +1,10 @@
-pr: none
+trigger:
+ branches:
+ include: ["main", "release/*"]
+
+pr:
+ branches:
+ include: ["release/*"]
schedules:
- cron: "0 5 * * Mon-Fri"
@@ -8,10 +14,6 @@ schedules:
- main
- joao/web
-trigger:
- branches:
- include: ["main", "release/*"]
-
parameters:
- name: VSCODE_DISTRO_REF
displayName: Distro Ref (Private build)