mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-14 04:22:19 +00:00
Minor fixes.
This commit is contained in:
parent
4f47e0dd0c
commit
4bf665838b
10
.github/workflows/publish_to_pypi.yml
vendored
10
.github/workflows/publish_to_pypi.yml
vendored
@ -17,9 +17,15 @@
|
||||
name: Publish to PyPI
|
||||
|
||||
on:
|
||||
# push:
|
||||
# tags:
|
||||
# - '*'
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
pypi:
|
||||
|
7
.github/workflows/run-tests.yml
vendored
7
.github/workflows/run-tests.yml
vendored
@ -18,8 +18,11 @@ name: Run tests
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
run_tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user