revert build to main branch

This commit is contained in:
Paul Wieland 2024-11-12 13:45:54 -05:00
parent fbcc2ae75d
commit fda14ac1b5
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- ratgdo32 - main
pull_request: pull_request:
schedule: schedule:
- cron: '0 4 * * 1' - cron: '0 4 * * 1'
@ -97,7 +97,7 @@ jobs:
consolidate: 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 name: Consolidate firmwares
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
@ -119,7 +119,7 @@ jobs:
path: output path: output
deploy: 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 name: Deploy to GitHub Pages
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: consolidate needs: consolidate