We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903bc2f commit 1461831Copy full SHA for 1461831
.github/workflows/publish.yml
@@ -70,14 +70,19 @@ jobs:
70
filters: |
71
text-generation:
72
- 'packages/capabilities/text-generation/**'
73
+ - '!**/pyproject.toml'
74
image-generation:
75
- 'packages/capabilities/image-generation/**'
76
77
video-generation:
78
- 'packages/capabilities/video-generation/**'
79
80
speech-generation:
81
- 'packages/capabilities/speech-generation/**'
82
83
core:
84
- 'src/celeste/**'
85
86
- id: build-matrix
87
run: |
88
PACKAGES=()
0 commit comments