CI: Update PR patch check workflow (#72770)

* Update PR patch check workflow

* trigger ci

* trigger ci
pull/72779/head
Kevin Minehart 2 years ago committed by GitHub
parent 956b865a2e
commit 1b93f3c0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .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*.*.*"

Loading…
Cancel
Save