From b2024abaac6d15b4c3e58d000e42314dfc541b68 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 12 Dec 2021 23:34:56 +0100 Subject: [PATCH] safe guard using branch --- .github/workflows/Tasmota_build_devel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index ac908be23..2bfc5d806 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -37,6 +37,8 @@ jobs: - tasmota32solo1 steps: - uses: actions/checkout@v2 + with: + ref: development - name: Set up Python uses: actions/setup-python@v1 - name: Install dependencies @@ -59,6 +61,8 @@ jobs: language: [ AF, BG, BR, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ] steps: - uses: actions/checkout@v2 + with: + ref: development - name: Set up Python uses: actions/setup-python@v1 - name: Install dependencies