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:
parent
b3e2074c6c
commit
01735687d8
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ permissions:
|
|||
contents: write
|
||||
|
||||
on:
|
||||
push: { branches: [master] }
|
||||
push: { branches: [main] }
|
||||
|
||||
jobs:
|
||||
release-plz:
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue