From: Daniel Bevenius Date: Thu, 28 May 2026 12:41:48 +0000 (+0200) Subject: ci : add on push/pull_request paths ruby job (#3833) X-Git-Tag: upstream/1.9.2~324 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f41562bdd6f3ed19ef352e93f54bdf829771e59d;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ci : add on push/pull_request paths ruby job (#3833) * 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] --- diff --git a/.github/workflows/bindings-ruby.yml b/.github/workflows/bindings-ruby.yml index c3f158e2..0c31701a 100644 --- a/.github/workflows/bindings-ruby.yml +++ b/.github/workflows/bindings-ruby.yml @@ -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: