ratgdo32 branch
This commit is contained in:
parent
1f9b4a4682
commit
53a2589ba3
|
@ -4,7 +4,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- ratgdo32
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 * * 1'
|
- cron: '0 4 * * 1'
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
uses: ratgdo/esphome-build-action@main
|
uses: ratgdo/esphome-build-action@ratgdo32
|
||||||
id: esphome-build
|
id: esphome-build
|
||||||
with:
|
with:
|
||||||
yaml_file: ${{ matrix.firmware.file }}
|
yaml_file: ${{ matrix.firmware.file }}
|
||||||
|
|
Loading…
Reference in New Issue