From 6c7ab96222f1fae4d2256e9f426d3c2642305971 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 4 May 2022 13:41:39 +0200 Subject: [PATCH] Add solo1-safemode to actions --- .github/workflows/Tasmota_build_devel.yml | 1 + .github/workflows/build_all_the_things.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index eec1bccf5..1c04b1059 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -39,6 +39,7 @@ jobs: - tasmota32-lvgl - tasmota32c3 - tasmota32solo1 + - tasmota32solo1-safemode - tasmota32-safemode - tasmota32c3-safemode - tasmota32s2-safemode diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index 6c9f09770..9e6839403 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -43,6 +43,7 @@ jobs: - tasmota32s2 - tasmota32c3 - tasmota32solo1 + - tasmota32solo1-safemode - tasmota32-safemode - tasmota32c3-safemode - tasmota32s2-safemode