diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 680f039..f00b9d1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + types: [opened, reopened, synchronize] jobs: test: