From ad36ae77f29eaa44bcd0d110aa8428f80e612bc3 Mon Sep 17 00:00:00 2001 From: tokusumi Date: Sun, 2 Aug 2020 15:21:38 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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