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

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
@azure-rtos/admins

View File

@@ -9,6 +9,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths:
- ".github/workflows/ci_cortex_m0.yml"
- 'common/**'
- 'utility/**'
- 'ports/cortex_m0/gnu/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

View File

@@ -9,6 +9,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths:
- ".github/workflows/ci_cortex_m3.yml"
- 'common/**'
- 'utility/**'
- 'ports/cortex_m3/gnu/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

View File

@@ -9,6 +9,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths:
- ".github/workflows/ci_cortex_m4.yml"
- 'common/**'
- 'utility/**'
- 'ports/cortex_m4/gnu/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

View File

@@ -9,6 +9,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths:
- ".github/workflows/ci_cortex_m7.yml"
- 'common/**'
- 'utility/**'
- 'ports/cortex_m7/gnu/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: