diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 60acbf5..c7722b5 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,7 +2,7 @@ name: Pull request workflow on: - pull_request: + pull_request_target: types: [ opened, synchronize, reopened ] branches: [ master, main ]