Skip to content

Commit 4032f53

Browse files
authored
fix: Fix Github Actions not running by removing Regex. (#4)
Signed-off-by: Josh <[email protected]>
1 parent e9141f5 commit 4032f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build and Release
22
on:
33
push:
44
tags:
5-
- '^(stable|development)-v[0-9]+.[0-9]+.[0-9]+$'
5+
- 'development-v*'
6+
- 'stable-v*'
67

78
env:
89
LOG_LEVEL: debug

0 commit comments

Comments
 (0)