Skip to content

fix

fix #275

Workflow file for this run

name: Build branch
on:
workflow_dispatch:
push:
branches-ignore:
- main
- kotlin-eap/*
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-test.yml
secrets: inherit