Skip to content

Commit

Permalink
fix: Fix Github Actions not running by removing Regex. (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
JoshuaBrest authored Nov 4, 2024
1 parent e9141f5 commit 4032f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and Release
on:
push:
tags:
- '^(stable|development)-v[0-9]+.[0-9]+.[0-9]+$'
- 'development-v*'
- 'stable-v*'

env:
LOG_LEVEL: debug
Expand Down

0 comments on commit 4032f53

Please sign in to comment.