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