Add manual release
This commit is contained in:
parent
b705a61343
commit
187703c78e
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
# This workflow builds the webhook-proxy-client binaries and creates a GitHub release
|
||||
# when a new tag is pushed or manually triggered.
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
|
Loading…
Reference in a new issue