ratgdo32 branch

This commit is contained in:
Paul Wieland 2024-11-12 12:35:05 -05:00
parent 1f9b4a4682
commit 53a2589ba3
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- ratgdo32
pull_request:
schedule:
- cron: '0 4 * * 1'
@ -78,7 +78,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3.3.0
- name: Build firmware
uses: ratgdo/esphome-build-action@main
uses: ratgdo/esphome-build-action@ratgdo32
id: esphome-build
with:
yaml_file: ${{ matrix.firmware.file }}