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]
This commit is contained in:
Daniel Bevenius 2026-05-28 14:41:48 +02:00 committed by GitHub
parent 9186e2453b
commit f41562bdd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View 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: