chore(ci): build after *.ts changes
This commit is contained in:
parent
48f879cb58
commit
39c7294996
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user