[skip ci] Add manual trigger for code-checker&build-test (#13385)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13386/head
Jenny Li 2021-12-15 09:07:06 +08:00 committed by GitHub
parent 829077ad0c
commit cc20497299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Code Checker
# This workflow is triggered on pushes or pull request to the repository.
on:
workflow_dispatch:
pull_request:
# file paths to consider in the event. Optional; defaults to all.
paths:

View File

@ -3,6 +3,7 @@ name: Build and test
# This workflow is triggered on pushes or pull request to the repository.
on:
workflow_dispatch:
push:
# file paths to consider in the event. Optional; defaults to all.
paths: