Skip to content

Commit f4a0437

Browse files
committed
less specific regex...
Signed-off-by: clux <sszynrae@gmail.com>
1 parent d5b96bb commit f4a0437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
tags:
9-
- '[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*'
9+
- '*'
1010

1111
jobs:
1212
docker-base:

0 commit comments

Comments
 (0)