We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52db05 commit 972d2faCopy full SHA for 972d2fa
.github/workflows/push.yml
@@ -28,6 +28,13 @@ on:
28
- '!.github/scripts/on-release.sh'
29
- '!.github/scripts/tests_*'
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/**/*"
38
39
concurrency:
40
group: build-${{github.event.pull_request.number || github.ref}}
@@ -75,6 +82,13 @@ jobs:
75
82
- '!tools/platformio-build.py'
76
83
- 'platform.txt'
77
84
- 'programmers.txt'
85
86
87
88
89
90
91
78
92
libraries:
79
93
- 'libraries/**/examples/**'
80
94
- 'libraries/**/src/**'
0 commit comments