File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,18 @@ name: Test ci
33on :
44 push :
55 branches : [master,'release-**']
6+ paths-ignore :
7+ - ' **.md'
8+ - ' docs/**'
9+ - ' .gitignore'
10+ - ' LICENSE'
611 pull_request :
712 branches : [master,'release-**']
13+ paths-ignore :
14+ - ' **.md'
15+ - ' docs/**'
16+ - ' .gitignore'
17+ - ' LICENSE'
818 schedule :
919 - cron : " 0 6 * * *"
1020
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail
370370
371371| Nebula-Python Version | Compatible NebulaGraph Versions | Notes |
372372| --------------------- | ------------------------------- | ---------------------------------------------------------- |
373- | 3.8.1 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. |
373+ | 3.8.2 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. |
374374| master | master | Includes recent changes. Not yet released. |
375375| 3.0.0 ~ 3.5.1 | 3.x | Compatible with any released version within the NebulaGraph 3.x series. |
376376| 2.6.0 | 2.6.0, 2.6.1 | |
You can’t perform that action at this time.
0 commit comments