Skip to content

Commit 1db4322

Browse files
committed
GH Actions/merge conflicts: also check PRs for the 4.0 branch
Based on the logging, the PRs for the 4.0 branch are not checked on pushes. Let's enable that.
1 parent a6b0baf commit 1db4322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/label-merge-conflicts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- 4.0
89
# Check conflicts in new PRs and for resolved conflicts due to an open PR being updated.
910
pull_request_target:
1011
types:

0 commit comments

Comments
 (0)