ci: Update the default branch name in remaining workflow files

Missed as part of 936db7f5e890 ("ci: Update the default branch name").
This commit is contained in:
Trevor Gross 2025-12-07 18:30:49 +00:00
parent b3e2074c6c
commit 01735687d8
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ permissions:
contents: write
on:
push: { branches: [master] }
push: { branches: [main] }
jobs:
release-plz:

View file

@ -17,7 +17,7 @@ jobs:
zulip-stream-id: 219381
zulip-topic: 'compiler-builtins subtree sync automation'
zulip-bot-email: "compiler-builtins-ci-bot@rust-lang.zulipchat.com"
pr-base-branch: master
pr-base-branch: main
branch-name: rustc-pull
secrets:
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}