diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd0b0d1..9fc22d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,8 +1,10 @@ name: Tests on: - - push - - pull_request + push: + branches: + - main + pull_request: jobs: tests: @@ -96,6 +98,8 @@ jobs: with: name: coverage-data path: ".coverage.*" + if-no-files-found: error + include-hidden-files: true - name: Upload documentation if: matrix.session == 'docs-build'