ci: add manual release option

This commit is contained in:
rzmk 2024-02-20 02:56:15 -05:00
parent ebfcf6aeba
commit 370c1994a1
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:
# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.