ci: make main the canonical branch (badges guard, docs)

Point the badges job's branch guard at refs/heads/main and update the README /
ci-cd docs to name main as the canonical branch, ahead of establishing main from
bringup as the SDK's first main commit.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017wB8KB3MMQztRDXCMCkPrf
This commit is contained in:
BFE Engineering
2026-08-25 16:18:36 -06:00
co-authored by Claude Opus 4.8
parent 620a21928d
commit 4f060db1b1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ jobs:
badges:
needs: [test]
if: github.event_name == 'push' && github.ref == 'refs/heads/bringup'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
contents: write