ci: add manual run for CI/CD

This commit is contained in:
rzmk 2025-04-16 12:43:12 -04:00
parent dc664e0e68
commit 3c0367a717
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- release - release
workflow_dispatch:
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release. # This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.