diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 845a92f..35f2d7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: Tests on: push: branches: [ master ] + pull_request: + branches: [ master ] jobs: pytest: @@ -47,4 +49,4 @@ jobs: file: ./coverage.xml flags: unittests name: codecov-umbrella - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true