Add beta release workflow, restrict stable to non-prerelease tags

This commit is contained in:
2026-05-07 22:33:47 +02:00
parent 19bb6459ed
commit cc9e2aaba1
2 changed files with 64 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
- '!v*-*'
jobs:
release: