mirror of https://github.com/coqui-ai/TTS.git
update CI config
parent
00b5090974
commit
988ae7a510
|
@ -2,9 +2,14 @@ name: Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, reopened]
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue