Filter the path for PR trigger and add codeowners (#248)

* Filter the path for PR trigger

* Add codeowners

* Fix syntax in pipeline
This commit is contained in:
TiejunZhou
2023-04-17 13:16:14 +08:00
committed by GitHub
parent 4c4547d5d5
commit d64ef2ab06
7 changed files with 44 additions and 2 deletions

View File

@@ -2,7 +2,17 @@ trigger:
- master
pr:
- master
branches:
include:
- master
paths:
include:
- ".pipelines/tx.yml"
- "common/**"
- "samples/**"
- "test/tx/**"
- "utility/**"
- "ports/linux/gnu/**"
pool:
vmImage: "ubuntu-22.04"