Skip to content

Rearrange tests in default and compatibility folders #113

Rearrange tests in default and compatibility folders

Rearrange tests in default and compatibility folders #113

Workflow file for this run

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