Skip to content

Commit 1461831

Browse files
ci: exclude pyproject.toml from integration test triggers (withceleste#92)
1 parent 903bc2f commit 1461831

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,19 @@ jobs:
7070
filters: |
7171
text-generation:
7272
- 'packages/capabilities/text-generation/**'
73+
- '!**/pyproject.toml'
7374
image-generation:
7475
- 'packages/capabilities/image-generation/**'
76+
- '!**/pyproject.toml'
7577
video-generation:
7678
- 'packages/capabilities/video-generation/**'
79+
- '!**/pyproject.toml'
7780
speech-generation:
7881
- 'packages/capabilities/speech-generation/**'
82+
- '!**/pyproject.toml'
7983
core:
8084
- 'src/celeste/**'
85+
- '!**/pyproject.toml'
8186
- id: build-matrix
8287
run: |
8388
PACKAGES=()

0 commit comments

Comments
 (0)