Skip to content

Commit b7da3e1

Browse files
committed
check changes in whole python/js packages not just src
1 parent 0d7e24f commit b7da3e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,15 @@ jobs:
8383
filters: |
8484
js:
8585
- 'js/src/**'
86+
- 'js/package.json'
8687
python:
8788
- 'python/e2b_code_interpreter/**'
89+
- 'python/poetry.lock'
90+
- 'python/pyproject.toml'
8891
charts:
8992
- 'chart_data_extractor/e2b_charts/**'
93+
- 'chart_data_extractor/poetry.lock'
94+
- 'chart_data_extractor/pyproject.toml'
9095
template:
9196
- 'template/**'
9297
- '!template/package.json'

0 commit comments

Comments
 (0)