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

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

View File

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

View File

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