Skip to content

ci: 更新 GitHub Actions 配置 #56

ci: 更新 GitHub Actions 配置

ci: 更新 GitHub Actions 配置 #56

Workflow file for this run

name: flow
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
uses: ./.github/workflows/template-publish.yml
secrets: inherit
deploy:
needs: [publish]
uses: ./.github/workflows/template-deploy.yml
secrets: inherit