test: add dev to CI config for weighted edges tests
This commit is contained in:
parent
6b81559bb6
commit
62c599a499
1 changed files with 2 additions and 2 deletions
4
.github/workflows/weighted_edges_tests.yml
vendored
4
.github/workflows/weighted_edges_tests.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Weighted Edges Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, weighted_edges ]
|
branches: [ main, dev, weighted_edges ]
|
||||||
paths:
|
paths:
|
||||||
- 'cognee/modules/graph/utils/get_graph_from_model.py'
|
- 'cognee/modules/graph/utils/get_graph_from_model.py'
|
||||||
- 'cognee/infrastructure/engine/models/Edge.py'
|
- 'cognee/infrastructure/engine/models/Edge.py'
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
- 'examples/python/weighted_edges_example.py'
|
- 'examples/python/weighted_edges_example.py'
|
||||||
- '.github/workflows/weighted_edges_tests.yml'
|
- '.github/workflows/weighted_edges_tests.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main, dev ]
|
||||||
paths:
|
paths:
|
||||||
- 'cognee/modules/graph/utils/get_graph_from_model.py'
|
- 'cognee/modules/graph/utils/get_graph_from_model.py'
|
||||||
- 'cognee/infrastructure/engine/models/Edge.py'
|
- 'cognee/infrastructure/engine/models/Edge.py'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue