We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fff465 commit 1fb2181Copy full SHA for 1fb2181
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -11,6 +11,7 @@ on:
11
- '!CI/build/arduino-cli.py'
12
- '!CI/build/platformio-builder.py'
13
- tools/**
14
+ - '!tools/platformio-build.py'
15
pull_request:
16
paths-ignore:
17
- '*.json'
@@ -20,6 +21,7 @@ on:
20
21
22
23
24
25
jobs:
26
astyle_check:
27
runs-on: ubuntu-latest
0 commit comments