Skip to content

Commit a0b3956

Browse files
committed
support non-numeric releases (to be used for CI-only fixes)
1 parent c02b1b1 commit a0b3956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- '[0-9]+.[0-9]+.[0-9]+'
6+
- '[0-9]+.[0-9]+.[0-9]+-*'
67

78
env:
89
PROJECT: cres

0 commit comments

Comments
 (0)