Skip to content

Commit f4a2665

Browse files
committed
Revert "Revert matrix changes"
This reverts commit 1b00075.
1 parent 1b00075 commit f4a2665

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# We only want to run full helix matrix on main
2-
pr: none
32
trigger: none
3+
pr:
4+
branches:
5+
include:
6+
- main
7+
paths:
8+
include:
9+
- src/Servers/IIS/**/*
10+
- src/Servers/HttpSys/**/*
411
schedules:
512
# Cron timezone is UTC.
613
- cron: "0 */12 * * *"

0 commit comments

Comments
 (0)