Skip to content

Commit fa6d7d5

Browse files
committed
fix(c2): Move C2 as it is only tested as component
1 parent 972d2fa commit fa6d7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
- "variants/esp32/**/*"
8686
- "variants/esp32s2/**/*"
8787
- "variants/esp32s3/**/*"
88-
- "variants/esp32c2/**/*"
8988
- "variants/esp32c3/**/*"
9089
- "variants/esp32c6/**/*"
9190
- "variants/esp32h2/**/*"
@@ -108,6 +107,7 @@ jobs:
108107
- 'idf_component.yml'
109108
- 'Kconfig.projbuild'
110109
- 'CMakeLists.txt'
110+
- "variants/esp32c2/**/*"
111111
platformio:
112112
- 'package.json'
113113
- '.github/scripts/install-platformio-esp32.sh'

0 commit comments

Comments
 (0)