Trigger the IDF infra job on the extraScript shim now that it exists

This commit is contained in:
J. Nick Koston
2026-08-22 22:39:34 -05:00
parent f6c6708f24
commit b08026e413
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -537,6 +537,7 @@ ESP_IDF_INFRA_TRIGGER_FILES = frozenset(
"esphome/build_gen/espidf.py",
"esphome/framework_helpers.py",
"esphome/platformio/library.py",
"esphome/platformio/extra_script.py",
}
)