diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53fa22b..7d88b2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,9 @@ name: Test on: - - push - - pull_request + push: + branches: + - master + pull_request: jobs: runTests: runs-on: ubuntu-latest