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:
@@ -2,7 +2,18 @@ trigger:
|
||||
- master
|
||||
|
||||
pr:
|
||||
- master
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
include:
|
||||
- ".pipelines/tx.yml"
|
||||
- "common_smp/**"
|
||||
- "samples/**"
|
||||
- "test/tx/**"
|
||||
- "utility/**"
|
||||
- "ports_smp/linux/gnu/**"
|
||||
|
||||
|
||||
pool:
|
||||
vmImage: "ubuntu-22.04"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user