From 53a2589ba313277399ddbe44f3146e877a407b82 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Tue, 12 Nov 2024 12:35:05 -0500 Subject: [PATCH] ratgdo32 branch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9c30c9..19c19d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}