Skip to content

Commit a87030b

Browse files
committed
fix(tests): Add variant files that are used by IDF
1 parent f52db05 commit a87030b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/workflows/push.yml

+14
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ on:
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

3239
concurrency:
3340
group: build-${{github.event.pull_request.number || github.ref}}
@@ -94,6 +101,13 @@ jobs:
94101
- 'idf_component.yml'
95102
- 'Kconfig.projbuild'
96103
- 'CMakeLists.txt'
104+
- "variants/esp32/**/*"
105+
- "variants/esp32s2/**/*"
106+
- "variants/esp32s3/**/*"
107+
- "variants/esp32c2/**/*"
108+
- "variants/esp32c3/**/*"
109+
- "variants/esp32c6/**/*"
110+
- "variants/esp32h2/**/*"
97111
platformio:
98112
- 'package.json'
99113
- '.github/scripts/install-platformio-esp32.sh'

0 commit comments

Comments
 (0)