diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4fd0a4e..60209ee0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,11 +4,11 @@ name: tests on: push: branches: - - master + - main - "[0-9]+.[0-9]+.x" pull_request: branches: - - master + - main - "[0-9]+.[0-9]+.x" # Allows you to run this workflow manually from the Actions tab diff --git a/README.rst b/README.rst index 2f7db24f..2bccc8e2 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,7 @@ this project, please reach out on `the Pallets Discord server `_ to guide best practice and default configurations. * Be more opinionated and 'batteries' included by reducing reliance on abandoned projects and bundling in support for common use cases.