Run new release workflow on pushed tags

This commit is contained in:
2023-12-31 00:05:07 -06:00
parent 2aff1076cb
commit 3a867f0b82

View File

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