diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc950ed..d6b3544 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,12 @@ name: Run tests and upload coverage on: - push + push: + branches: + - main + pull_request: + branches: + - main jobs: test: