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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/runtime-community.yml21
1 files changed, 20 insertions, 1 deletions
diff --git a/eng/pipelines/runtime-community.yml b/eng/pipelines/runtime-community.yml
index 2ceed817ca6..50ba34100d3 100644
--- a/eng/pipelines/runtime-community.yml
+++ b/eng/pipelines/runtime-community.yml
@@ -1,4 +1,23 @@
-trigger: none
+trigger:
+ batch: true
+ branches:
+ include:
+ - release/*.*
+ exclude:
+ - release/6.0*
+ paths:
+ include:
+ - '*'
+ - docs/manpages/*
+ exclude:
+ - '**.md'
+ - eng/Version.Details.xml
+ - .devcontainer/*
+ - .github/*
+ - docs/*
+ - LICENSE.TXT
+ - PATENTS.TXT
+ - THIRD-PARTY-NOTICES.TXT
schedules:
- cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).