forked from extern/whisper.cpp
ci : run workflows on pull requests + bindings depend on .h (#446)
This commit is contained in:
parent
11f61cecd6
commit
411ea9b833
5
.github/workflows/bindings.yml
vendored
5
.github/workflows/bindings.yml
vendored
@ -3,6 +3,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- bindings/go/**
|
- bindings/go/**
|
||||||
|
- whisper.h
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- bindings/go/**
|
||||||
|
- whisper.h
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-latest:
|
ubuntu-latest:
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-latest:
|
ubuntu-latest:
|
||||||
|
Loading…
Reference in New Issue
Block a user