]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : fix include paths for bindings-go job [no ci] (#3835)
authorDaniel Bevenius <redacted>
Thu, 28 May 2026 12:53:34 +0000 (14:53 +0200)
committerGitHub <redacted>
Thu, 28 May 2026 12:53:34 +0000 (14:53 +0200)
.github/workflows/bindings-go.yml

index 83473e4636adf6fe71850265cbcb6d9d19960cea..44381a4b411fb6f9d5488299602e1fdabb190276 100644 (file)
@@ -3,11 +3,11 @@ on:
   push:
     paths:
       - bindings/go/**
-      - whisper.h
+      - include/whisper.h
   pull_request:
     paths:
       - bindings/go/**
-      - whisper.h
+      - include/whisper.h
 
 jobs:
   ubuntu-22: