diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8719bdf..2783947 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,9 @@ name: test on: - - push + push: + branches: + - main + pull_request: jobs: test: runs-on: ubuntu-latest