diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 44b0655..4a817da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true on: - pull_request: { types: [opened, reopened, synchronize, ready_for_review] } + pull_request: { types: [opened, reopened, synchronize] } push: { branches: [main] } jobs: