Skip to content

Commit de298c2

Browse files
committed
fix(ci): trigger builds for ggml updates
1 parent fabe481 commit de298c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
"**/*.c",
2424
"**/*.cpp",
2525
"**/*.cu",
26+
"ggml",
2627
"examples/server/frontend",
2728
"examples/server/frontend/**",
2829
]
@@ -40,6 +41,7 @@ on:
4041
"**/*.c",
4142
"**/*.cpp",
4243
"**/*.cu",
44+
"ggml",
4345
"examples/server/frontend",
4446
"examples/server/frontend/**",
4547
]

0 commit comments

Comments
 (0)