1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-06-25 20:21:42 +02:00

ci : run workflows on pull requests + bindings depend on .h ()

This commit is contained in:
Georgi Gerganov 2023-01-25 18:50:50 +02:00 committed by GitHub
parent 11f61cecd6
commit 411ea9b833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 221 additions and 216 deletions
.github/workflows

@ -3,6 +3,11 @@ on:
push:
paths:
- bindings/go/**
- whisper.h
pull_request:
paths:
- bindings/go/**
- whisper.h
jobs:
ubuntu-latest:

@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
ubuntu-latest: