From 3dcf75bc475c6597fe33922f7d19b9616a6a50f8 Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Wed, 25 Oct 2023 14:52:12 -0500 Subject: [PATCH] [v8.5.x] Security Patch CI: Update to newest pr-patch-check.yml. (#77171) --- .github/workflows/pr-patch-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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*.*.*"