Skip to content

Commit 3764213

Browse files
committed
ci: Update the default branch name in remaining workflow files
Missed as part of 936db7f ("ci: Update the default branch name").
1 parent 59dc77a commit 3764213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55
contents: write
66

77
on:
8-
push: { branches: [master] }
8+
push: { branches: [main] }
99

1010
jobs:
1111
release-plz:

.github/workflows/rustc-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
zulip-stream-id: 219381
1818
zulip-topic: 'compiler-builtins subtree sync automation'
1919
zulip-bot-email: "compiler-builtins-ci-bot@rust-lang.zulipchat.com"
20-
pr-base-branch: master
20+
pr-base-branch: main
2121
branch-name: rustc-pull
2222
secrets:
2323
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}

0 commit comments

Comments
 (0)