Browse Source

chore(ci): build after *.ts changes

20230320
Emmm Monster 3 years ago
parent
commit
39c7294996
No known key found for this signature in database GPG Key ID: C98279C83FB50DB9
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -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…
Cancel
Save