diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index a1f6204b4..071b35db3 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -42,6 +42,7 @@ jobs: - tasmota32c3 - tasmota32c3usb - tasmota32s2 + - tasmota32s2usb - tasmota32s3 - tasmota32s3usb - tasmota32solo1 @@ -50,6 +51,7 @@ jobs: - tasmota32c3-safeboot - tasmota32c3usb-safeboot - tasmota32s2-safeboot + - tasmota32s2usb-safeboot - tasmota32s3-safeboot - tasmota32s3usb-safeboot steps: diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 8cc057300..89d10e224 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -41,6 +41,7 @@ jobs: - tasmota32c3 - tasmota32c3usb - tasmota32s2 + - tasmota32s2usb - tasmota32s3 - tasmota32s3usb - tasmota32solo1 @@ -49,6 +50,7 @@ jobs: - tasmota32c3-safeboot - tasmota32c3usb-safeboot - tasmota32s2-safeboot + - tasmota32s2usb-safeboot - tasmota32s3-safeboot - tasmota32s3usb-safeboot steps: diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index c5ba5ae12..80263856d 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -45,6 +45,7 @@ jobs: - tasmota32c3 - tasmota32c3usb - tasmota32s2 + - tasmota32s2usb - tasmota32s3 - tasmota32s3usb - tasmota32solo1 @@ -53,6 +54,7 @@ jobs: - tasmota32c3-safeboot - tasmota32c3usb-safeboot - tasmota32s2-safeboot + - tasmota32s2usb-safeboot - tasmota32s3-safeboot - tasmota32s3usb-safeboot steps: