diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da4d232..694d169 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,18 +2,7 @@ name: Test -on: - push: - branches: - - main - pull_request: - branches: - - main - types: - - opened - - reopened - - ready_for_review - - synchronize +on: [push] jobs: pre-commit: