Skip to content

Commit 2159f3a

Browse files
Fix branch pattern
Issue gh-14535
1 parent dc366cf commit 2159f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/trigger-dependabot-auto-merge-forward.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Trigger Dependabot Auto Merge Forward
33
on:
44
push:
55
branches:
6-
- '[5-9]+.[5-9]+.x'
6+
- '[5-9]+.[0-9]+.x'
77

88
permissions: read-all
99

0 commit comments

Comments
 (0)