mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-15 20:14:23 +01:00
CI: don't run release action on workflow_dispatch
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
LSPD_GO_VERSION: 1.21.0
|
||||
@@ -114,6 +115,7 @@ jobs:
|
||||
path: lnd-${{ env.COMMIT }}-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
|
||||
|
||||
release:
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
needs:
|
||||
- lspd
|
||||
- lnd
|
||||
|
||||
Reference in New Issue
Block a user