chore(ci): workflow dispatch

This commit is contained in:
RainbowBird
2026-03-16 17:43:05 +08:00
parent 15b83b7205
commit 4e811be86a
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ on:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint
@@ -5,6 +5,8 @@ on:
branches:
- main
workflow_dispatch:
jobs:
prepare:
name: Prepare preview sources
@@ -5,6 +5,8 @@ on:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true