Skip to content

Commit

Permalink
Add trigger in template pipeline (Azure#26881)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored Feb 4, 2022
1 parent cb8e5fe commit 998e4dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/template/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ trigger:
paths:
include:
- sdk/template/
# eng/common code changes trigger template pipeline for basic checking.
- eng/common
exclude:
- sdk/template/pom.xml
- sdk/template/azure-sdk-template/pom.xml
Expand All @@ -24,6 +26,8 @@ pr:
paths:
include:
- sdk/template/
# eng/common code changes trigger template pipeline for basic checking.
- eng/common
# The following path should only be included in template/ci.yml, and removed from any other SDKs which copy this file.
- common/perf-test-core/
exclude:
Expand Down

0 comments on commit 998e4dc

Please sign in to comment.