mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add push for code checker (#15673)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/15675/head
parent
6259fec050
commit
2bb300fa17
|
@ -3,6 +3,9 @@ name: Code Checker
|
|||
|
||||
# This workflow is triggered on pushes or pull request to the repository.
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
# file paths to consider in the event. Optional; defaults to all.
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue