File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2828 - ' !.github/scripts/on-release.sh'
2929 - ' !.github/scripts/tests_*'
3030 - ' !.github/scripts/upload_*'
31+ - " variants/esp32/**/*"
32+ - " variants/esp32s2/**/*"
33+ - " variants/esp32s3/**/*"
34+ - " variants/esp32c2/**/*"
35+ - " variants/esp32c3/**/*"
36+ - " variants/esp32c6/**/*"
37+ - " variants/esp32h2/**/*"
3138
3239concurrency :
3340 group : build-${{github.event.pull_request.number || github.ref}}
7582 - '!tools/platformio-build.py'
7683 - 'platform.txt'
7784 - 'programmers.txt'
85+ - "variants/esp32/**/*"
86+ - "variants/esp32s2/**/*"
87+ - "variants/esp32s3/**/*"
88+ - "variants/esp32c2/**/*"
89+ - "variants/esp32c3/**/*"
90+ - "variants/esp32c6/**/*"
91+ - "variants/esp32h2/**/*"
7892 libraries:
7993 - 'libraries/**/examples/**'
8094 - 'libraries/**/src/**'
You can’t perform that action at this time.
0 commit comments