fix(ci): trigger builds for ggml updates

This commit is contained in:
leejet 2026-08-12 23:43:42 +08:00
parent fabe481212
commit de298c225b

View File

@ -23,6 +23,7 @@ on:
"**/*.c",
"**/*.cpp",
"**/*.cu",
"ggml",
"examples/server/frontend",
"examples/server/frontend/**",
]
@ -40,6 +41,7 @@ on:
"**/*.c",
"**/*.cpp",
"**/*.cu",
"ggml",
"examples/server/frontend",
"examples/server/frontend/**",
]