File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77 # Allow rebuilding/redeploying the web manually
88 workflow_dispatch :
5252
5353 deploy :
5454 needs : [ build ]
55- if : github.event_name != 'pull_request' && github.ref == 'refs/heads/master '
55+ if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main '
5656 environment :
5757 name : github-pages
5858 permissions :
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Please read our [`CONTRIBUTING.md`](CONTRIBUTING.md) before submitting a PR!
3232
3333### Deployment
3434
35- www.rust-lang.org is currently hosted on GitHub Pages. The ` master ` branch is
35+ www.rust-lang.org is currently hosted on GitHub Pages. The ` main ` branch is
3636automatically deployed to [ www.rust-lang.org ] ( https://www.rust-lang.org ) after
3737each push.
You can’t perform that action at this time.
0 commit comments