Skip to content

Cleanup readme a bit #227

Cleanup readme a bit

Cleanup readme a bit #227

Workflow file for this run

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