mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
14 lines
No EOL
286 B
YAML
14 lines
No EOL
286 B
YAML
name: latest release on CLN v24.11
|
|
|
|
on:
|
|
release:
|
|
types: [published, edited]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-ci:
|
|
uses: ./.github/workflows/ci.yml
|
|
with:
|
|
cln-version: "v24.11"
|
|
pyln-version: "24.11"
|
|
tagged-release: true |