Compare commits
3 Commits
ee0f0bcabd
...
f0cf81b5dd
Author | SHA1 | Date |
---|---|---|
Paul Wieland | f0cf81b5dd | |
Paul Wieland | 53a2589ba3 | |
Paul Wieland | 1f9b4a4682 |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue