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:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *'
|
- cron: '0 1 * * *'
|
||||||
|
|
||||||
|
|
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
ref:
|
ref:
|
||||||
description: 'Git revision'
|
description: 'Git revision'
|
||||||
default: 'master'
|
default: 'main'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -17,6 +17,6 @@ For more info on Maud,
|
||||||
see the [official book][book].
|
see the [official book][book].
|
||||||
|
|
||||||
[book]: https://maud.lambda.xyz/
|
[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/
|
[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