From 1b93f3c0ab2f7fcf4ccf16d9c54bac4e719d42c1 Mon Sep 17 00:00:00 2001 From: Kevin Minehart Date: Wed, 2 Aug 2023 16:20:43 -0500 Subject: [PATCH] CI: Update PR patch check workflow (#72770) * Update PR patch check workflow * trigger ci * trigger ci --- .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*.*.*"