Skip to content

Commit 40b4a1a

Browse files
committed
fix(ci): wrong path for pio build
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 200e6e6 commit 40b4a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/PIO-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '!CI/build/platformio-builder.py'
1515
- cmake/**
1616
- tools/**
17-
- '!tools/platformio-build.py'
17+
- '!tools/platformio/platformio-build.py'
1818
pull_request:
1919
paths-ignore:
2020
- .github/**
@@ -27,7 +27,7 @@ on:
2727
- '!CI/build/platformio-builder.py'
2828
- cmake/**
2929
- tools/**
30-
- '!tools/platformio-build.py'
30+
- '!tools/platformio/platformio-build.py'
3131
# Allows you to run this workflow manually from the Actions tab
3232
workflow_dispatch:
3333
jobs:

0 commit comments

Comments
 (0)