Skip to content

Commit 44768fc

Browse files
committed
Narrow Python SDK publish trigger to sdk/python/ only
Was sdk/** which fired on Node SDK changes too, causing unnecessary builds and failed re-uploads to PyPI.
1 parent e6a8685 commit 44768fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-python-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'build/**'
77
- 'main'
88
paths:
9-
- 'sdk/**'
9+
- 'sdk/python/**'
1010
- '.github/workflows/publish-python-sdk.yml'
1111

1212
permissions:

0 commit comments

Comments
 (0)