diff --git a/.github/workflows/pr-patch-check.yml b/.github/workflows/pr-patch-check.yml index ed2b5634b2a..1ff327ebdef 100644 --- a/.github/workflows/pr-patch-check.yml +++ b/.github/workflows/pr-patch-check.yml @@ -3,9 +3,11 @@ name: Check for patch conflicts run-name: check-patch-conflicts-${{ github.base_ref }}-${{ github.head_ref }} on: - pull_request_target: + pull_request: types: - opened + - reopened + - synchronize branches: - "main" - "v*.*.*"