mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Add Workflow_dispatch to action triggers
This commit is contained in:
parent
1b39388294
commit
6905d2ece1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue