Skip to content

Commit dd1a5f5

Browse files
fabiobaltierikartben
authored andcommitted
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 <[email protected]>
1 parent c96c143 commit dd1a5f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hello_world_multiplatform.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ on:
1212
- v*-branch
1313
- collab-*
1414
paths:
15-
- 'scripts/build/**'
16-
- 'scripts/requirements*.txt'
15+
- 'scripts/**'
1716
- '.github/workflows/hello_world_multiplatform.yaml'
1817
- 'SDK_VERSION'
1918

0 commit comments

Comments
 (0)