mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Update PR patch check workflow (#72770)
* Update PR patch check workflow * trigger ci * trigger ci
This commit is contained in:
parent
956b865a2e
commit
1b93f3c0ab
4
.github/workflows/pr-patch-check.yml
vendored
4
.github/workflows/pr-patch-check.yml
vendored
@ -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…
Reference in New Issue
Block a user