diff --git a/.github/workflows/run_test.yaml b/.github/workflows/run_test.yaml index c7c980d0..5c6f296a 100644 --- a/.github/workflows/run_test.yaml +++ b/.github/workflows/run_test.yaml @@ -3,8 +3,18 @@ name: Test ci on: push: branches: [master,'release-**'] + paths-ignore: + - '**.md' + - 'docs/**' + - '.gitignore' + - 'LICENSE' pull_request: branches: [master,'release-**'] + paths-ignore: + - '**.md' + - 'docs/**' + - '.gitignore' + - 'LICENSE' schedule: - cron: "0 6 * * *" diff --git a/README.md b/README.md index e050e723..dbed06b9 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ See [ScanVertexEdgeExample.py](example/ScanVertexEdgeExample.py) for more detail | Nebula-Python Version | Compatible NebulaGraph Versions | Notes | | --------------------- | ------------------------------- | ---------------------------------------------------------- | -| 3.8.1 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. | +| 3.8.2 | 3.x | Highly recommended. Latest release for NebulaGraph 3.x series. | | master | master | Includes recent changes. Not yet released. | | 3.0.0 ~ 3.5.1 | 3.x | Compatible with any released version within the NebulaGraph 3.x series. | | 2.6.0 | 2.6.0, 2.6.1 | |