Skip to content

Commit 01d65eb

Browse files
Pipelines: Removes master from CI trigger filters
Drops 'master' from trigger/schedule branch filters now that 'main' is verified to be triggering CI correctly. This is the cleanup PR following the GitHub default-branch rename. Files: - azure-pipelines.yml - azure-pipelines-functional.yml - azure-pipelines-cron.yml - azure-pipelines-nightly.yml - azure-pipelines-rolling.yml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0610b1a commit 01d65eb

5 files changed

Lines changed: 0 additions & 6 deletions

azure-pipelines-cron.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ schedules:
99
branches:
1010
include:
1111
- main
12-
- master
1312
always: true # Run always irrespective of changes
1413

1514

azure-pipelines-functional.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pr:
55
branches:
66
include:
77
- main
8-
- master
98
- releases/*
109
paths:
1110
include:

azure-pipelines-nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ schedules:
99
branches:
1010
include:
1111
- main
12-
- master
1312
always: true # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false
1413

1514

azure-pipelines-rolling.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ schedules:
99
branches:
1010
include:
1111
- main
12-
- master
1312
always: true # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false
1413
- cron: "0 0/2 * * 0,6" # cron syntax https://learn.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&tabs=yaml#cron-syntax
1514
displayName: Cosmos Weekly Rolling
1615
branches:
1716
include:
1817
- main
19-
- master
2018
always: true # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false
2119

2220
variables:

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pr:
55
branches:
66
include:
77
- main
8-
- master
98
- releases/*
109
paths:
1110
include:

0 commit comments

Comments
 (0)