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

pull/451/head
Georgi Gerganov 1 year ago committed by GitHub
parent 11f61cecd6
commit 411ea9b833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save