Skip to content

Commit 7d5a0ac

Browse files
committed
Fixes paths for on-push
1 parent d83f9bb commit 7d5a0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformio-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- 'examples/UnitUnified/**.hpp'
2222
- 'examples/UnitUnified/**.h'
2323
- 'examples/UnitUnified/**.c'
24-
- '/platformio-build-check.yml'
24+
- '**/platformio-build-check.yml'
2525
- '**platformio.ini'
2626
pull_request:
2727
paths:

0 commit comments

Comments
 (0)