Run new release workflow on pushed tags

This commit is contained in:
Manuel Cortez 2023-12-31 00:05:07 -06:00
parent 2aff1076cb
commit 3a867f0b82
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -3,7 +3,8 @@
name: Release
on:
push:
tags: ["release"]
tags:
- v20*
workflow_dispatch:
jobs: