diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d88d0dddf..3a0cfa4948 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ name: Run Tests -on: push +on: [push, pull_request] permissions: contents: write @@ -29,4 +29,4 @@ jobs: poetry install - name: Run tests - run: poetry run pytest \ No newline at end of file + run: poetry run pytest