CI: don't run release action on workflow_dispatch

This commit is contained in:
Jesse de Wit
2024-03-21 09:45:54 +01:00
parent 015d7572d7
commit 4448dc3766

View File

@@ -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