Skip to content

Commit cca6e63

Browse files
authored
chore: bump 3.8.2, ci: ignore doc changes to trigger tests (#361)
* chore: bump 3.8.2 in README * trigger pr CI only when necessary
1 parent 6183064 commit cca6e63

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/run_test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ name: Test ci
33
on:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | |

0 commit comments

Comments
 (0)