Add Workflow_dispatch to action triggers

This commit is contained in:
jklingen 2025-04-11 15:03:13 +02:00 committed by GitHub
commit 6905d2ece1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
name: Build and Deploy name: Build and Deploy
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 'release/1.*' - 'release/1.*'
@ -84,4 +85,4 @@ jobs:
release_name: "Greenshot ${{ github.run_number }} unstable" release_name: "Greenshot ${{ github.run_number }} unstable"
draft: true draft: true
prerelease: true prerelease: true
files: ${{ github.workspace }}/drop/*.exe files: ${{ github.workspace }}/drop/*.exe