We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7e24f commit b7da3e1Copy full SHA for b7da3e1
1 file changed
.github/workflows/release.yml
@@ -83,10 +83,15 @@ jobs:
83
filters: |
84
js:
85
- 'js/src/**'
86
+ - 'js/package.json'
87
python:
88
- 'python/e2b_code_interpreter/**'
89
+ - 'python/poetry.lock'
90
+ - 'python/pyproject.toml'
91
charts:
92
- 'chart_data_extractor/e2b_charts/**'
93
+ - 'chart_data_extractor/poetry.lock'
94
+ - 'chart_data_extractor/pyproject.toml'
95
template:
96
- 'template/**'
97
- '!template/package.json'
0 commit comments