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