Skip to content

Commit 0173568

Browse files
committed
ci: Update the default branch name in remaining workflow files
Missed as part of 936db7f5e890 ("ci: Update the default branch name").
1 parent b3e2074 commit 0173568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/compiler-builtins/.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:

library/compiler-builtins/.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: "[email protected]"
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)