Skip to content

2.0.13

2.0.13 #164

Workflow file for this run

name: Deploy
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
test:
uses: NucleoidAI/actions/.github/workflows/test.yml@main
secrets: inherit
deploy:
needs: test
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
secrets: inherit