mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
release: workflow manual dispatch
This commit is contained in:
parent
e84c43f7dc
commit
08b10cd667
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -13,6 +13,12 @@ on:
|
||||
- 'v*.*.*'
|
||||
# to be used by fork patch-releases ^^
|
||||
- 'v*.*.*-*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
# to be used by fork patch-releases ^^
|
||||
- 'v*.*.*-*'
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
Loading…
Reference in New Issue
Block a user