From 9c9f13f1ede3f79d4b8f8df1fcff7a90c05f859e Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Wed, 25 Oct 2023 14:52:53 -0500 Subject: [PATCH] [v9.5.x] Security Patch CI: Update to newest pr-patch-check.yml. (#77169) --- .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*.*.*"