diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9bc4d130..43aad8c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,9 @@ name: tests on: pull_request: - branches: - - master + branches: [ master ] + push: + branches: [ main ] jobs: test: