rename primitives.proto to hold_primitives.proto to no clash with cln… #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: main on CLN v23.11.2 | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- 'tools/**' | |
- 'CHANGELOG.md' | |
- 'README.md' | |
- 'LICENSE' | |
- '.gitignore' | |
- 'coffee.yml' | |
- 'tests/setup.sh' | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
call-ci: | |
uses: ./.github/workflows/ci.yml | |
with: | |
cln-version: "v23.11.2" | |
pyln-version: "23.11" | |
tagged-release: false |