mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 12:27:16 +00:00
safe guard using branch master
This commit is contained in:
parent
b2024abaac
commit
161c97892b
4
.github/workflows/Tasmota_build_master.yml
vendored
4
.github/workflows/Tasmota_build_master.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user