Add manual release
This commit is contained in:
parent
b705a61343
commit
187703c78e
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- '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:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
|
|
Loading…
Reference in a new issue