diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b918551fe..dfb7a8acd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,11 @@ name: CI on: push: branches: - - master + - main - release-* pull_request: branches: - - master + - main - release-* jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1a7c08c4..4df54ec44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ pre-commit install pre-commit run --all-files ``` -For more details look at the [CI configuration](./blob/master/.github/workflows/ci.yml). +For more details look at the [CI configuration](./blob/main/.github/workflows/ci.yml). Collect coverage