[Enhance] Support trigger ci manually (#1626)

pull/1627/head
Mashiro 2025-01-15 17:58:23 +08:00 committed by GitHub
parent a4475f5eea
commit 8ec837814e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: deploy
on: push
on:
- push
- workflow_dispatch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}