mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-03 17:48:22 +02:00
This commit adds specific paths to the GitHub Actions workflow file `.github/workflows/build.yml`. The motivation for this to avoid unnecessary builds when unrelated files are changed, which can save resources and time during the CI process. Refs: https://github.com/ggml-org/whisper.cpp/issues/3285