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