diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fbaae0f..04b60224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - master + - main schedule: - cron: '0 1 * * *' diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 328a7a8d..6da913d6 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -8,7 +8,7 @@ on: inputs: ref: description: 'Git revision' - default: 'master' + default: 'main' required: true jobs: diff --git a/README.md b/README.md index f13c3a0b..3297930d 100644 --- a/README.md +++ b/README.md @@ -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