From 161c97892baa8ef80962a8eee16b71c35bd3af74 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 12 Dec 2021 23:36:46 +0100 Subject: [PATCH] safe guard using branch master --- .github/workflows/Tasmota_build_master.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 9ae940bef..9ca6e1f6c 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -36,6 +36,8 @@ jobs: - tasmota32solo1 steps: - uses: actions/checkout@v2 + with: + ref: master - name: Set up Python uses: actions/setup-python@v1 - name: Install dependencies @@ -58,6 +60,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: master - name: Set up Python uses: actions/setup-python@v1 - name: Install dependencies