Skip to content

Commit f020345

Browse files
authored
[ci] Remove PR triggers from azure-pipelines.yml (#1133)
PR builds are run out of the public azure-pipelines-public.yml pipeline.
1 parent 0ed9925 commit f020345

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
trigger:
22
- main
33
- refs/tags/*
4-
- dev/*
54

6-
pr:
7-
- main
8-
5+
pr: none
6+
97
schedules:
108
- cron: '0 0 * * *'
119
displayName: Nightly Extended Tests

0 commit comments

Comments
 (0)