Skip to content

2.0.12

2.0.12 #209

Workflow file for this run

name: Land
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
secrets: inherit
test:
needs: deploy
uses: NucleoidAI/actions/.github/workflows/test.yml@main
secrets: inherit