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
1 changed files with 1 additions and 0 deletions

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 }}