mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Add workflow_dispatch Trigger to Build and Deploy Workflow
This commit is contained in:
parent
8e98cdbfb5
commit
af04773497
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.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.*'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue