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
|
||||
- collab-*
|
||||
paths:
|
||||
- 'scripts/build/**'
|
||||
- 'scripts/requirements*.txt'
|
||||
- 'scripts/**'
|
||||
- '.github/workflows/hello_world_multiplatform.yaml'
|
||||
- 'SDK_VERSION'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue