Skip to content

Commit b12f524

Browse files
authored
chore: fix build action to use main (#365)
1 parent ace7fcd commit b12f524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- ratgdo32
7+
- main
88
pull_request:
99
schedule:
1010
- cron: '0 4 * * 1'
@@ -97,7 +97,7 @@ jobs:
9797

9898

9999
consolidate:
100-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32'
100+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
101101
name: Consolidate firmwares
102102
runs-on: ubuntu-latest
103103
needs: build
@@ -119,7 +119,7 @@ jobs:
119119
path: output
120120

121121
deploy:
122-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/ratgdo32'
122+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
123123
name: Deploy to GitHub Pages
124124
runs-on: ubuntu-latest
125125
needs: consolidate

0 commit comments

Comments
 (0)