Skip to content

Commit 93faa50

Browse files
authored
fix release branch regex (#1111)
1 parent 4d3d211 commit 93faa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-version-branches.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
on:
55
push:
66
branches:
7-
- "[0-9]+-[0-9]+-[0-9]+[a-zA-Z0-9-_]*"
7+
- "[0-9]+-[0-9]+-*"
88

99
jobs:
1010
publish:

0 commit comments

Comments
 (0)