Skip to content

ci: add workflow_dispatch #50

ci: add workflow_dispatch

ci: add workflow_dispatch #50

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