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

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"