0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-22 03:05:16 +00:00

Add workflow_dispatch trigger to deploy action

for Build and Deploy
This commit is contained in:
Sanae 2022-07-17 13:28:09 -06:00 committed by GitHub
parent ccccdecb6a
commit f948a05bd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ on:
tags: tags:
- '*.*.*' - '*.*.*'
- 'v*.*.*' - 'v*.*.*'
workflow_dispatch: # or manual
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}