File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 28
28
- ' !.github/scripts/on-release.sh'
29
29
- ' !.github/scripts/tests_*'
30
30
- ' !.github/scripts/upload_*'
31
+ - " variants/esp32/**/*"
32
+ - " variants/esp32s2/**/*"
33
+ - " variants/esp32s3/**/*"
34
+ - " variants/esp32c2/**/*"
35
+ - " variants/esp32c3/**/*"
36
+ - " variants/esp32c6/**/*"
37
+ - " variants/esp32h2/**/*"
31
38
32
39
concurrency :
33
40
group : build-${{github.event.pull_request.number || github.ref}}
@@ -94,6 +101,13 @@ jobs:
94
101
- 'idf_component.yml'
95
102
- 'Kconfig.projbuild'
96
103
- 'CMakeLists.txt'
104
+ - "variants/esp32/**/*"
105
+ - "variants/esp32s2/**/*"
106
+ - "variants/esp32s3/**/*"
107
+ - "variants/esp32c2/**/*"
108
+ - "variants/esp32c3/**/*"
109
+ - "variants/esp32c6/**/*"
110
+ - "variants/esp32h2/**/*"
97
111
platformio:
98
112
- 'package.json'
99
113
- '.github/scripts/install-platformio-esp32.sh'
You can’t perform that action at this time.
0 commit comments