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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-05-13 14:33:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-05-13 14:35:35 +0300
commit596ecbbd4f0d2b1329b7787be7677c0478f88265 (patch)
treef57c11df24aebade1b158b68be60ff4acae672f1
parent2d040cbde0db177e5df059c87b7845a1bd9c56cb (diff)
Update AzDO trigger branches
(cherry picked from commit cfaa48a518389b70bda585cad957f20f095b467b)
-rw-r--r--azure-pipelines.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1b274a3b28bd..d2617e0e8fdb 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -2,12 +2,14 @@ trigger:
batch: true
branches:
include:
- - release/11.x
+ - dotnet/main
+ - dotnet/release/*
pr:
branches:
include:
- - release/11.x
+ - dotnet/main
+ - dotnet/release/*
variables:
- template: eng/common-variables.yml