Allow manual trigger of workflow dispatch

This commit is contained in:
John Doty 2024-04-14 06:51:26 -07:00
parent e11b6e025e
commit 1e33561d92

View file

@ -8,6 +8,7 @@
name: release
on:
workflow_dispatch:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"