Skip to content

Commit 44480c2

Browse files
committed
Allow all tags off develop branch.
1 parent 31cb8d4 commit 44480c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tagged-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
tags:
66
# Allow an additional marker if multiple releases needed within a day.
7-
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-dev[a-z]*'
7+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-dev[a-z]*'
8+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-test[a-z]*'
9+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-[a-z]*'
10+
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
811
jobs:
912
release:
1013
uses: ./.github/workflows/release.yml

0 commit comments

Comments
 (0)