Skip to content

Change names of algorithms/operations parameters to have better clari… #56

Change names of algorithms/operations parameters to have better clari…

Change names of algorithms/operations parameters to have better clari… #56

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