Add dispatch_workflow to CI action (#198)

Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
This commit is contained in:
Kainan Cha 2021-10-22 11:45:04 +08:00 committed by GitHub
parent 5071ba9cd4
commit f5881c6fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
# branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

View File

@ -5,6 +5,8 @@ on:
# branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)