diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e764ef6..12bdc91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Code Tests on: push: - branches: [main] + branches: [main, v6] pull_request: branches: [main]