runs github action on any updates to source or dst translations

This commit is contained in:
Vitor Pamplona 2023-08-28 16:08:32 -04:00
parent 1646cbbd68
commit a684a222cb

View File

@ -2,7 +2,7 @@ name: Crowdin Action
on:
push:
paths: ["app/src/main/res/values/strings.xml"]
paths: ["app/src/main/res/**/strings.xml"]
branches: [ main ]
jobs: