Build generating subtitles APPs for more models (#1265)

This commit is contained in:
Fangjun Kuang
2024-08-16 20:11:24 +08:00
committed by GitHub
parent a3e98750e9
commit 63713ecbf0
7 changed files with 99 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- lazarus
paths:
- '.github/workflows/lazarus.yaml'
- 'CMakeLists.txt'
@@ -12,6 +13,7 @@ on:
- 'sherpa-onnx/csrc/*'
- 'sherpa-onnx/c-api/*'
- 'sherpa-onnx/pascal-api/*'
- 'scripts/lazarus/*'
pull_request:
branches:
- master
@@ -23,6 +25,7 @@ on:
- 'sherpa-onnx/csrc/*'
- 'sherpa-onnx/c-api/*'
- 'sherpa-onnx/pascal-api/*'
- 'scripts/lazarus/*'
workflow_dispatch: