Skip to content

Commit 59be555

Browse files
Fix workflow syntax
Issue gh-14535
1 parent 2bfdb0c commit 59be555

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]+.[5-9]+.x'
77

88
permissions: read-all
99

0 commit comments

Comments
 (0)