]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : add on push/pull_request paths ruby job (#3833)
authorDaniel Bevenius <redacted>
Thu, 28 May 2026 12:41:48 +0000 (14:41 +0200)
committerGitHub <redacted>
Thu, 28 May 2026 12:41:48 +0000 (14:41 +0200)
* ci : add on push/pull_request paths ruby job

This commit adds paths to bindings-ruby to only build if changes where
made to bindings/ruby or to include/whisper.h.

* ci : add additional paths [no ci]

.github/workflows/bindings-ruby.yml

index c3f158e26e4d2812d4a7b150f1292b1d07d6a282..0c31701a2a305debc7b62dafc2074479dcabb6f9 100644 (file)
@@ -4,8 +4,19 @@ on:
   push:
     branches:
       - master
+    paths:
+      - bindings/ruby/**
+      - include/whisper.h
+      - examples/common-whisper.h
+      - ggml/include/ggml.h
+
   pull_request:
     types: [opened, synchronize, reopened]
+    paths:
+      - bindings/ruby/**
+      - include/whisper.h
+      - examples/common-whisper.h
+      - ggml/include/ggml.h
 
 jobs:
   ubuntu-22: