diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78755da..8f37e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: pip install -e ./[tests] pytest - uses: codecov/codecov-action@v2 + if: github.ref == 'refs/heads/master' with: fail_ci_if_error: true verbose: true