Rename "master" to "main"

This commit is contained in:
Chris Wong 2021-09-11 20:30:35 +10:00
parent 46000ee32e
commit c9cb58de40
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
schedule:
- cron: '0 1 * * *'

View file

@ -8,7 +8,7 @@ on:
inputs:
ref:
description: 'Git revision'
default: 'master'
default: 'main'
required: true
jobs:

View file

@ -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