mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-19 08:36:37 +00:00
ci : add src and include to paths filter
This commit adds src and include to the paths filter in the examples workflow. The motivation for this is that to avoid missing changes in src/include that may effect the examples we should also run them when src/include change.
This commit is contained in:
parent
c892cef63d
commit
54454480fe
4
.github/workflows/examples.yml
vendored
4
.github/workflows/examples.yml
vendored
@ -2,6 +2,8 @@ name: Examples Tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- src/**
|
||||
- include/**
|
||||
- examples/addon.node/**
|
||||
- whisper.h
|
||||
- examples/command.wasm/**
|
||||
@ -10,6 +12,8 @@ on:
|
||||
- examples/whisper.wasm/**
|
||||
pull_request:
|
||||
paths:
|
||||
- src/**
|
||||
- include/**
|
||||
- examples/addon.node/**
|
||||
- whisper.h
|
||||
- examples/command.wasm/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user