Skip to content

Commit c1b000b

Browse files
oyvindronningstadnashif
authored andcommitted
west_cmds.yml: Add itself to path filter
So build is run when west_cmds.yml is changed. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 819b363 commit c1b000b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/west_cmds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
paths:
99
- 'scripts/west-commands.yml'
1010
- 'scripts/west_commands/**'
11+
- '.github/workflows/west_cmds.yml'
1112
pull_request:
1213
paths:
1314
- 'scripts/west-commands.yml'
1415
- 'scripts/west_commands/**'
16+
- '.github/workflows/west_cmds.yml'
1517

1618
jobs:
1719
build:

0 commit comments

Comments
 (0)