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

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