Skip to content

Commit 3f22e8c

Browse files
committed
Allow 0.0.x tags for internal
1 parent 9d32523 commit 3f22e8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prerelease.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
push:
77
branches: []
88
tags:
9-
- "[0-9]+.[0-9]+.[0-9]+-**"
9+
- "0.0.[0-9]+"
10+
- "0.0.[0-9]+-**"
1011

1112
# Allows you to run this workflow manually from the Actions tab
1213
workflow_dispatch:

0 commit comments

Comments
 (0)