Skip to content

Commit 355665d

Browse files
committed
Fixes conditions
1 parent 9db151b commit 355665d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
- 'test/**.hpp'
1717
- 'test/**.h'
1818
- 'test/**.c'
19-
- '**platformio-build-check.yml'
20-
- '**platformio.ini'
19+
- '**/platformio-build-check.yml'
20+
- '**/platformio.ini'
2121
pull_request:
2222
paths:
2323
- 'src/unit/**.cpp'
@@ -28,8 +28,8 @@ on:
2828
- 'test/**.hpp'
2929
- 'test/**.h'
3030
- 'test/**.c'
31-
- '**platformio-build-check.yml'
32-
- '**platformio.ini'
31+
- '**/platformio-build-check.yml'
32+
- '**/platformio.ini'
3333
workflow_dispatch:
3434

3535
jobs:

0 commit comments

Comments
 (0)