We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f9a30 commit 8b3405dCopy full SHA for 8b3405d
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -10,6 +10,7 @@ on:
10
- CI/**
11
- '!CI/build/arduino-cli.py'
12
- '!CI/build/platformio-builder.py'
13
+ - '!CI/build/examples/**'
14
- tools/**
15
- '!tools/platformio-build.py'
16
pull_request:
@@ -20,6 +21,7 @@ on:
20
21
22
23
24
25
26
27
jobs:
0 commit comments