mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
safe guard using branch
This commit is contained in:
parent
0386a0d74b
commit
b2024abaac
4
.github/workflows/Tasmota_build_devel.yml
vendored
4
.github/workflows/Tasmota_build_devel.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user