From 23264b8a312aec23a8b4dce0e91424c8ada46e9b Mon Sep 17 00:00:00 2001 From: Benedict Diederich Date: Wed, 6 Nov 2024 16:26:10 +0100 Subject: [PATCH] Update build_platform_rework.yaml --- .github/workflows/build_platform_rework.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_platform_rework.yaml b/.github/workflows/build_platform_rework.yaml index ed4f7167..50e72d2f 100644 --- a/.github/workflows/build_platform_rework.yaml +++ b/.github/workflows/build_platform_rework.yaml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Compile ESP32 Platformio (beta/rework) +name: Compile ESP32 Platformio (beta) # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: reworkBD # Checkout the reworkBD branch + ref: betaBD # Checkout the betaBD branch #submodules: recursive #submodules: true # Ensure submodules are checked out