Skip to content

Commit 4176732

Browse files
committed
[CI] Allow build for python build scripts
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 1ca1c98 commit 4176732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ on:
88
- '**.md'
99
- keywords.txt
1010
- CI/**
11+
- '!CI/build/arduino-cli.py'
12+
- '!CI/build/platformio-builder.py'
1113
- tools/**
1214
pull_request:
1315
paths-ignore:
1416
- '*.json'
1517
- '**.md'
1618
- keywords.txt
1719
- CI/**
20+
- '!CI/build/arduino-cli.py'
21+
- '!CI/build/platformio-builder.py'
1822
- tools/**
1923
jobs:
2024
astyle_check:

0 commit comments

Comments
 (0)