diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9be030fe9..ee1383d36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,6 @@ name: Tests on: pull_request: push: - branches: [main] # code coverage reporting needs to be on main so all PRs can compare against it. concurrency: # cancel previous workflow run if one exists. group: ${{ github.workflow }}-${{ github.ref }}