mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-21 18:55:17 +00:00
Add workflow_dispatch trigger to deploy action
for Build and Deploy
This commit is contained in:
parent
ccccdecb6a
commit
f948a05bd3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
tags:
|
||||
- '*.*.*'
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch: # or manual
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue