mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
ci : fix path to whisper.h in examples.yml [no ci] (#3842)
This commit updates the include path to whisper.h and also ensures that this is only built on pushes to master.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -29,8 +29,9 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
paths-ignore:
|
||||
- 'bindings/ruby/**' # handled by bindings-ruby.yml
|
||||
- 'bindings/go/**' # handled by bindings-go.yml
|
||||
- 'bindings/ruby/**' # handled by bindings-ruby.yml
|
||||
- 'bindings/go/**' # handled by bindings-go.yml
|
||||
- 'examples/addon.node/**' # handled by examples.yml
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
create_release:
|
||||
|
||||
6
.github/workflows/examples.yml
vendored
6
.github/workflows/examples.yml
vendored
@@ -1,13 +1,15 @@
|
||||
name: Examples Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- examples/addon.node/**
|
||||
- whisper.h
|
||||
- include/whisper.h
|
||||
pull_request:
|
||||
paths:
|
||||
- examples/addon.node/**
|
||||
- whisper.h
|
||||
- include/whisper.h
|
||||
|
||||
jobs:
|
||||
addon_node-ubuntu-22:
|
||||
|
||||
Reference in New Issue
Block a user