Skip to content

Commit c51e009

Browse files
committed
fix(ci): add workflow_run trigger and e2e/c paths to ci-c-ffi
Align ci-c-ffi workflow with other CI workflows by adding the Publish Release workflow_run trigger and e2e/c/** path filter.
1 parent 0580c43 commit c51e009

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-c-ffi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI C FFI
22

33
on:
4+
workflow_run:
5+
workflows: ["Publish Release"]
6+
types: [completed]
47
push:
58
branches: [main]
69
paths:
@@ -13,6 +16,7 @@ on:
1316
- 'crates/kreuzberg/**'
1417
- 'crates/kreuzberg-ffi/**'
1518
- 'crates/kreuzberg-tesseract/**'
19+
- 'e2e/c/**'
1620
pull_request:
1721
branches: [main]
1822
paths:
@@ -25,6 +29,7 @@ on:
2529
- 'crates/kreuzberg/**'
2630
- 'crates/kreuzberg-ffi/**'
2731
- 'crates/kreuzberg-tesseract/**'
32+
- 'e2e/c/**'
2833
workflow_dispatch:
2934

3035
concurrency:

0 commit comments

Comments
 (0)