Rename "master" to "main"
This commit is contained in:
parent
46000ee32e
commit
c9cb58de40
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
|
||||
|
|
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
inputs:
|
||||
ref:
|
||||
description: 'Git revision'
|
||||
default: 'master'
|
||||
default: 'main'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -17,6 +17,6 @@ For more info on Maud,
|
|||
see the [official book][book].
|
||||
|
||||
[book]: https://maud.lambda.xyz/
|
||||
[booksrc]: https://github.com/lambda-fairy/maud/tree/master/docs
|
||||
[booksrc]: https://github.com/lambda-fairy/maud/tree/main/docs
|
||||
[apiref]: https://docs.rs/maud/
|
||||
[changelog]: https://github.com/lambda-fairy/maud/blob/master/CHANGELOG.md
|
||||
[changelog]: https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md
|
||||
|
|
Loading…
Add table
Reference in a new issue