]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : add ignore for bindings/{ruby, go} in build.yml [no ci] (#3837)
authorDaniel Bevenius <redacted>
Thu, 28 May 2026 16:06:04 +0000 (18:06 +0200)
committerGitHub <redacted>
Thu, 28 May 2026 16:06:04 +0000 (18:06 +0200)
This commit adds an ignore for bindings-ruby and bindings-go in
build.yml as these are handled by separate .yml file (separate jobs)
and don't need to trigger a full CI build.

.github/workflows/build.yml

index aaaa8fe58267f1a66c6c9cceccb5d0c6ace52d9c..e855ef7cf87c35db6d7c153798f9cca1f3faa28a 100644 (file)
@@ -28,6 +28,9 @@ on:
 
   pull_request:
     types: [opened, synchronize, reopened]
+    paths-ignore:
+      - 'bindings/ruby/**' # handled by bindings-ruby.yml
+      - 'bindings/go/**'   # handled by bindings-go.yml
   workflow_dispatch:
     inputs:
       create_release: