We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dc77a commit 3764213Copy full SHA for 3764213
.github/workflows/publish.yaml
@@ -5,7 +5,7 @@ permissions:
5
contents: write
6
7
on:
8
- push: { branches: [master] }
+ push: { branches: [main] }
9
10
jobs:
11
release-plz:
.github/workflows/rustc-pull.yml
@@ -17,7 +17,7 @@ jobs:
17
zulip-stream-id: 219381
18
zulip-topic: 'compiler-builtins subtree sync automation'
19
zulip-bot-email: "compiler-builtins-ci-bot@rust-lang.zulipchat.com"
20
- pr-base-branch: master
+ pr-base-branch: main
21
branch-name: rustc-pull
22
secrets:
23
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
0 commit comments