Skip to content

Commit

Permalink
Rename "master" to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Sep 11, 2021
1 parent 46000ee commit c9cb58d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
schedule:
- cron: '0 1 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
ref:
description: 'Git revision'
default: 'master'
default: 'main'
required: true

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9cb58d

Please sign in to comment.