From: Daniel Bevenius Date: Thu, 28 May 2026 16:06:04 +0000 (+0200) Subject: ci : add ignore for bindings/{ruby, go} in build.yml [no ci] (#3837) X-Git-Tag: upstream/1.9.2~322 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c932729a304f7d9eb5354afa38624cfa86a780cf;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ci : add ignore for bindings/{ruby, go} in build.yml [no ci] (#3837) 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. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaaa8fe5..e855ef7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: