Skip to content

Commit bf56bef

Browse files
committed
Detect only real changes
1 parent 2d3fea6 commit bf56bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
base: ${{ steps.last_release.outputs.tag_name }}
8282
filters: |
8383
js:
84-
- 'js/**'
84+
- 'js/src/**'
8585
python:
86-
- 'python/**'
86+
- 'python/e2b_code_interpreter/**'
8787
charts:
88-
- 'chart_data_extractor/**'
88+
- 'chart_data_extractor/e2b_charts/**'
8989
template:
9090
- 'template/**'
9191

0 commit comments

Comments
 (0)