diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19e49a6..f57000f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,13 @@ name: Run Tests on: - - push - - pull_request + push: + branches: + - main + + pull_request: + branches: + - main jobs: test: