github: hello_world_multiplatform: run on any script changes
Open up the hello_world_multiplatform filter to run on any PR changing anything in scripts. This should catch twister regressions as well. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
c96c143a9a
commit
dd1a5f5a86
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ on:
|
||||||
- v*-branch
|
- v*-branch
|
||||||
- collab-*
|
- collab-*
|
||||||
paths:
|
paths:
|
||||||
- 'scripts/build/**'
|
- 'scripts/**'
|
||||||
- 'scripts/requirements*.txt'
|
|
||||||
- '.github/workflows/hello_world_multiplatform.yaml'
|
- '.github/workflows/hello_world_multiplatform.yaml'
|
||||||
- 'SDK_VERSION'
|
- 'SDK_VERSION'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue