Skip to content

Commit 998db36

Browse files
authored
ci: more flexible version branch regex (#1092)
1 parent 19f26a8 commit 998db36

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-2*-0
7+
- "[0-9]+-[0-9]+-[0-9]+[a-zA-Z0-9-_]*"
88

99
jobs:
1010
publish:

0 commit comments

Comments
 (0)