Skip to content

add on-tag pipeline

add on-tag pipeline #1

Workflow file for this run

name: CD
on:
push:
# TODO: testing
# tags:
# - 'v*.*.*'
jobs:
test:
uses: ./.github/workflows/deploy.yml
secrets: inherit