2 changed files with
272 additions and
267 deletions
|
|
@ -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:
|
|
|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
name: CI
|
|
|
|
name: CI
|
|
|
|
on: [push]
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
ubuntu-latest:
|
|
|
|
ubuntu-latest:
|
|
|
|