[Enhance] Support trigger ci manually (#1626)
parent
a4475f5eea
commit
8ec837814e
|
@ -1,6 +1,8 @@
|
|||
name: deploy
|
||||
|
||||
on: push
|
||||
on:
|
||||
- push
|
||||
- workflow_dispatch
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Reference in New Issue