Skip to content

Commit 972d2fa

Browse files
committed
fix(tests): Add variant files that are used in compilation
1 parent f52db05 commit 972d2fa

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}}
@@ -75,6 +82,13 @@ jobs:
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/**'

0 commit comments

Comments
 (0)