Skip to content

Commit 463b31b

Browse files
committed
[CI] Remove platformio-build.py from ignore paths
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6fff465 commit 463b31b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Continuous-Integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '!CI/build/arduino-cli.py'
1212
- '!CI/build/platformio-builder.py'
1313
- tools/**
14+
- '!tools/platformio-build.py'
1415
pull_request:
1516
paths-ignore:
1617
- '*.json'
@@ -20,6 +21,7 @@ on:
2021
- '!CI/build/arduino-cli.py'
2122
- '!CI/build/platformio-builder.py'
2223
- tools/**
24+
- '!tools/platformio-build.py'
2325
jobs:
2426
astyle_check:
2527
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)