Skip to content

Fix

Fix #53

Workflow file for this run

name: Github CI/CD
on:
push:
branches:
- '*'
tags:
- '*'
jobs:
build:
if: github.ref_type == 'branch'
uses: MohistMC/devops/.github/workflows/build.yml@main
deploy:
if: github.ref_type == 'tag'
uses: MohistMC/devops/.github/workflows/deploy.yml@main
with:
tag: ${{ github.ref_name }}
secrets: inherit