Merge pull request 'match alpha and beta tags' (#21) from feature/build-alpha-and-beta into main
All checks were successful
Publish / build (push) Successful in 2m55s

Reviewed-on: #21
This commit is contained in:
2025-06-26 22:08:57 +00:00

View File

@@ -2,7 +2,7 @@ name: Publish
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+(?:-{alpha,beta}[0-9]+)'
jobs:
build:
runs-on: ubuntu-latest