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