Run merge conflict check on PR rebase/commit
This commit is contained in:
parent
6a60938b09
commit
8ce58f611b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/merge-conflicts.yml
vendored
3
.github/workflows/merge-conflicts.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types:
|
||||
- synchronize
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue