Skip to content

0.3.0

0.3.0 #5

Workflow file for this run

name: Tag Created
on:
push:
tags:
- '**'
jobs:
build-test:
uses: ./.github/workflows/build-test.yml
deploy:
needs: build-test
uses: ./.github/workflows/deploy.yml