diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8f79242..4a68f439 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,7 +2,10 @@ name: Tests on: pull_request: - branches: [main] + types: [opened, reopened, synchronize] + push: + branches: + - "main" jobs: build: