Skip to content

Commit c3e3a40

Browse files
committed
test automatically prevent future merges when a backport fails (#1909)
automatically prevent future merges when a backport fails
1 parent 8959692 commit c3e3a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Branch Version Status Checks
22

33
on:
44
push:
5-
branches: [ "main", "7.*", "8.*" ]
5+
branches: [ "main"]
66
pull_request:
77
branches: [ "*" ]
88

0 commit comments

Comments
 (0)