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