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

pull/446/head
Georgi Gerganov 2 years ago
parent 11f61cecd6
commit ad5c7d8461
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

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