Skip to content

Commit

Permalink
Add PR trigger for runtime performance
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewScoggins committed Feb 14, 2020
1 parent 77d88f0 commit 37892b7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion eng/pipelines/coreclr/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,20 @@ trigger:
- eng/pipelines/libraries/*


pr: none
pr:
branches:
include:
- master
paths:
exclude: # don't trigger the CI if only a doc file was changed
- docs/*
- eng/common/README.md
- src/benchmarks/micro/Serializers/README.md
- src/benchmarks/micro/README.md
- src/benchmarks/real-world/JitBench/README.md
- src/benchmarks/real-world/Microsoft.ML.Benchmarks/Input/README.md
- src/tools/ResultsComparer/README.md
- README.md

jobs:
#
Expand Down

0 comments on commit 37892b7

Please sign in to comment.