CI: Update PR patch check workflow (#72770)

* Update PR patch check workflow

* trigger ci

* trigger ci
This commit is contained in:
Kevin Minehart 2023-08-02 16:20:43 -05:00 committed by GitHub
parent 956b865a2e
commit 1b93f3c0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*.*.*"