From fda14ac1b5fd68385726a39d548a63953744e5e4 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Tue, 12 Nov 2024 13:45:54 -0500 Subject: [PATCH] revert build to main branch --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fffa5a9..4ea2fa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - ratgdo32 + - main pull_request: schedule: - cron: '0 4 * * 1' @@ -97,7 +97,7 @@ jobs: consolidate: - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32' + if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' name: Consolidate firmwares runs-on: ubuntu-latest needs: build @@ -119,7 +119,7 @@ jobs: path: output deploy: - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32' + if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' name: Deploy to GitHub Pages runs-on: ubuntu-latest needs: consolidate