ci: run workflow only on manual run

This commit is contained in:
rzmk 2025-04-16 13:13:18 -04:00
parent 5669653bd5
commit 4d5f70e349
No known key found for this signature in database

View file

@ -1,9 +1,6 @@
name: "Publish to Releases" name: "Publish to Releases"
on: on:
push:
branches:
- release
workflow_dispatch: 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.