Skip to content

Tag Created

Tag Created #3

Workflow file for this run

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