Skip to content

Commit

Permalink
CI: add cln v23.08 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Mar 29, 2024
1 parent a6a225a commit f9418ff
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/latest_v23.08.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: latest release on CLN v23.08.1

on:
release:
types: [published]
workflow_dispatch:

jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.08.1"
pyln-version: "23.08"
tagged-release: true
16 changes: 16 additions & 0 deletions .github/workflows/main_v23.08.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: main on CLN v23.08.1

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.08.1"
pyln-version: "23.08"
tagged-release: false

0 comments on commit f9418ff

Please sign in to comment.