From 45487adf7b3211f1b4d281adbd12d02f02ec874e Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 7 Dec 2025 18:30:49 +0000 Subject: [PATCH] ci: Update the default branch name in remaining workflow files Missed as part of 936db7f5e890 ("ci: Update the default branch name"). --- .github/workflows/publish.yaml | 2 +- .github/workflows/rustc-pull.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 85a33c039..d6f1dc398 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,7 +5,7 @@ permissions: contents: write on: - push: { branches: [master] } + push: { branches: [main] } jobs: release-plz: diff --git a/.github/workflows/rustc-pull.yml b/.github/workflows/rustc-pull.yml index ad7693e17..617db14f4 100644 --- a/.github/workflows/rustc-pull.yml +++ b/.github/workflows/rustc-pull.yml @@ -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 }}