chore(ci): build after *.ts changes

This commit is contained in:
Emmm Monster 2021-06-03 13:15:04 +08:00
parent 48f879cb58
commit 39c7294996
No known key found for this signature in database
GPG Key ID: C98279C83FB50DB9
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ on:
push:
paths:
- "**/*.js"
- "**/*.ts"
- "**/*.vue"
- "public/**/*"
- "package-lock.json"
@ -12,6 +13,7 @@ on:
types: [ opened, synchronize, reopened ]
paths:
- "**/*.js"
- "**/*.ts"
- "**/*.vue"
- "public/**/*"
- "package-lock.json"