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:
authorJoao Moreno <joao.moreno@microsoft.com>2019-04-08 13:00:39 +0300
committerJoao Moreno <joao.moreno@microsoft.com>2019-04-08 13:01:41 +0300
commit97388668f51966f1628de4af5d25f7b753088765 (patch)
tree60f851e6cc34b53d0ce7592c5874804dadc0c300 /build/azure-pipelines/distro-build.yml
parentc4721e9950def47b9ccedd6b0d52b8de990e1626 (diff)
pr triggers
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 2618c4193ab..b8ef20162b6 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -1,6 +1,9 @@
trigger:
branches:
include: ['master', 'release/*']
+pr:
+ branches:
+ include: ['master', 'release/*']
steps:
- task: NodeTool@0