Skip to content

Commit 411ea9b

Browse files
authored
ci : run workflows on pull requests + bindings depend on .h (ggml-org#446)
1 parent 11f61ce commit 411ea9b

2 files changed

Lines changed: 272 additions & 267 deletions

File tree

.github/workflows/bindings.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ on:
33
push:
44
paths:
55
- bindings/go/**
6+
- whisper.h
7+
pull_request:
8+
paths:
9+
- bindings/go/**
10+
- whisper.h
611

712
jobs:
8-
ubuntu-latest:
9-
runs-on: ubuntu-latest
10-
steps:
13+
ubuntu-latest:
14+
runs-on: ubuntu-latest
15+
steps:
1116
- uses: actions/setup-go@v3
1217
with:
1318
go-version: '^1.19'

0 commit comments

Comments
 (0)