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: pull_request:
push: push:
branches: branches:
- master - main
schedule: schedule:
- cron: '0 1 * * *' - cron: '0 1 * * *'

View file

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

View file

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