From 8f9cf94e3a1fb643ecf044ec6756730b1246170d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:10:28 +0200 Subject: [PATCH] Build all safeboot variants --- .github/workflows/Tasmota_build_devel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index ebbc22d32..5442392bf 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -97,10 +97,13 @@ jobs: - tasmota32solo1-safeboot - tasmota32-safeboot - tasmota32c2-safeboot + - tasmota32c3-safeboot - tasmota32c3cdc-safeboot - tasmota32s2-safeboot - tasmota32s2cdc-safeboot + - tasmota32s3-safeboot - tasmota32s3cdc-safeboot + - tasmota32c6-safeboot - tasmota32c6cdc-safeboot steps: - uses: actions/checkout@v4