Compare commits

...

4 Commits

Author SHA1 Message Date
Paul Wieland 1368fabb88
Merge f0cf81b5dd into ec3ba31ce8 2024-11-12 17:53:04 +00:00
Paul Wieland f0cf81b5dd Update build.yml 2024-11-12 12:52:59 -05:00
Paul Wieland 53a2589ba3 ratgdo32 branch 2024-11-12 12:35:05 -05:00
Paul Wieland 1f9b4a4682 temp switch gh pages to ratgdo32 branch 2024-11-12 12:18:40 -05:00
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- ratgdo32
pull_request:
schedule:
- cron: '0 4 * * 1'
@ -97,7 +97,7 @@ jobs:
consolidate:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32'
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/main'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32'
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
needs: consolidate