We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca1c98 commit 4176732Copy full SHA for 4176732
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -8,13 +8,17 @@ on:
8
- '**.md'
9
- keywords.txt
10
- CI/**
11
+ - '!CI/build/arduino-cli.py'
12
+ - '!CI/build/platformio-builder.py'
13
- tools/**
14
pull_request:
15
paths-ignore:
16
- '*.json'
17
18
19
20
21
22
23
jobs:
24
astyle_check:
0 commit comments