Commit 0610b1a
Pipelines: Adds main alongside master in CI trigger filters
Adds 'main' to the trigger/schedule branch filters of every actively-
triggered Azure Pipelines YAML, alongside the existing 'master' entry.
Pipeline branch filters do not follow GitHub's branch-rename redirects,
so this transitional change ensures CI keeps firing on both names
across the cutover from master to main.
Files:
- azure-pipelines.yml (PR trigger)
- azure-pipelines-functional.yml (PR trigger)
- azure-pipelines-cron.yml (schedule)
- azure-pipelines-nightly.yml (schedule)
- azure-pipelines-rolling.yml (two schedules)
Pipelines using 'trigger: none' (official, encryption-official,
encryption-custom-official, faultinjection, msdata-direct, msdata-aot,
ctl-publishing) configure their branches in the Azure DevOps UI and are
updated separately as part of the cutover.
A follow-up PR drops 'master' from these filters once 'main' is verified.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent dd06aae commit 0610b1a
5 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments