diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36e6f8526..558002745 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: pull_request: - branches: [main] + branches: [main,v1.0] push: branches: [main]