ci: add manual release option

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

View file

@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- "*" - "*"
workflow_dispatch:
# This is the example from the readme. # 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. # 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.