Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Emit confirmed info event per confirmed block (#143) #1

Emit confirmed info event per confirmed block (#143)

Emit confirmed info event per confirmed block (#143) #1

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'dev'
tags:
- '*'
jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
install-dependencies-command: 'sudo apt-get install libzmq3-dev'
run-unit-tests: true
run-integration-tests: true
docker_pipeline:
needs: ["lint_test"]
uses: babylonchain/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true