diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1f495c3..4854069 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -2,10 +2,10 @@ name: Python Tests on: push: - pull_request: - + pull_request_target: + types: [opened, synchronize, reopened] permissions: - contents: read + contents: write issues: write checks: write pull-requests: write