Skip to content

ci: 仅在 dev 分支推送时触发nightly #4

ci: 仅在 dev 分支推送时触发nightly

ci: 仅在 dev 分支推送时触发nightly #4

Workflow file for this run

name: nightly
on:
push:
branches:
- dev
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
uses: ./.github/workflows/template-publish.yml
secrets: inherit