Skip to content

Commit 5d3646d

Browse files
committed
ci: add platform folder to path filter (build/test)
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 2784eb5 commit 5d3646d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/build-firmware.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
filters: |
2222
src:
2323
- '.github/workflows/build-firmware.yml'
24+
- 'platform/**'
2425
- 'resources/**'
2526
- 'sdk/**'
2627
- 'src/**'

.github/workflows/build-prf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
filters: |
2222
src:
2323
- '.github/workflows/build-prf.yml'
24+
- 'platform/**'
2425
- 'resources/**'
2526
- 'src/**'
2627
- 'tools/**'

.github/workflows/build-qemu-sdkshell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
filters: |
2222
src:
2323
- '.github/workflows/build-qemu-sdkshell.yml'
24+
- 'platform/**'
2425
- 'resources/**'
2526
- 'sdk/**'
2627
- 'src/**'

.github/workflows/build-qemu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
filters: |
2222
src:
2323
- '.github/workflows/build-qemu.yml'
24+
- 'platform/**'
2425
- 'resources/**'
2526
- 'sdk/**'
2627
- 'src/**'

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
filters: |
2525
src:
2626
- '.github/workflows/test.yml'
27+
- 'platform/**'
2728
- 'resources/**'
2829
- 'sdk/**'
2930
- 'src/**'

0 commit comments

Comments
 (0)