fix(ci): target master branch instead of main

The default branch is master, not main. Updates CI and Beta Release
workflow triggers and corresponding docs references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jordanthejet
2026-03-05 21:34:33 -05:00
parent db917bc37b
commit 53c1a3ecea
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches: [main]
branches: [master]
concurrency:
group: ci-${{ github.event.pull_request.number }}
+1 -1
View File
@@ -2,7 +2,7 @@ name: Beta Release
on:
push:
branches: [main]
branches: [master]
concurrency:
group: release