Skip to content

Commit 7a99cf7

Browse files
authored
remove trigger on pipeline for forked repos (microsoft#510)
remove the trigger here, and then I can set the pipeline in our internal build to not trigger for forked repos.
1 parent 2179a1d commit 7a99cf7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

azure-pipelines-samples.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ trigger:
2323
exclude:
2424
- Tools
2525

26-
# PR validation trigger
27-
pr:
28-
branches:
29-
include:
30-
- master
31-
paths:
32-
exclude:
33-
- Tools
34-
3526
jobs:
3627
- job: Public_Samples_Build
3728
timeoutInMinutes: 90

0 commit comments

Comments
 (0)