Skip to content

Commit

Permalink
ci : run workflows on pull requests + bindings depend on .h (ggergano…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Jan 25, 2023
1 parent 11f61ce commit 411ea9b
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 267 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ on:
push:
paths:
- bindings/go/**
- whisper.h
pull_request:
paths:
- bindings/go/**
- whisper.h

jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '^1.19'
Expand Down
Loading

0 comments on commit 411ea9b

Please sign in to comment.