diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e389456..2e0ffec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ name: Check code formatting, test and show code coverage on: push: + branches: + - main pull_request: branches: - main