mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-30 08:03:54 +00:00
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:
|
||||
paths:
|
||||
- bindings/go/**
|
||||
- whisper.h
|
||||
pull_request:
|
||||
paths:
|
||||
- bindings/go/**
|
||||
- whisper.h
|
||||
|
||||
jobs:
|
||||
ubuntu-latest:
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: CI
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ubuntu-latest:
|
||||
|
Loading…
x
Reference in New Issue
Block a user