ci : fix include paths for bindings-go job [no ci] (#3835)
This commit is contained in:
parent
f41562bdd6
commit
e47a3eeb04
|
|
@ -3,11 +3,11 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- bindings/go/**
|
- bindings/go/**
|
||||||
- whisper.h
|
- include/whisper.h
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- bindings/go/**
|
- bindings/go/**
|
||||||
- whisper.h
|
- include/whisper.h
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-22:
|
ubuntu-22:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue