Browse Source

chore(ci): add trigger paths for building action

Jacky 1 year ago
parent
commit
1d6e61c744
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -7,6 +7,8 @@ on:
         paths:
             - "app/**/*.js"
             - "app/**/*.vue"
+            - "app/src/language/**/*.po"
+            - "app/i18n.json"
             - "app/package.json"
             - "app/.env*"
             - "**/*.go"