Skip to content

fix: resolve dependency addresses from the bridge address, not assignedPort #24

fix: resolve dependency addresses from the bridge address, not assignedPort

fix: resolve dependency addresses from the bridge address, not assignedPort #24

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
paths-ignore: ['*.md']
branches: ['master']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
if: github.event.pull_request.draft == false
uses: Start9Labs/start-technologies/.github/workflows/build.yml@master
secrets:
DEV_KEY: ${{ secrets.DEV_KEY }}