removes filter to only run crowdin when strings are updated

This commit is contained in:
Vitor Pamplona 2023-08-28 16:41:53 -04:00
parent 0699095d77
commit 2416d41131

View File

@ -2,7 +2,7 @@ name: Crowdin Action
on:
push:
paths: ["app/src/main/res/**/strings.xml"]
# paths: ["app/src/main/res/**/strings.xml"] // removes filter to allow downloads at any moment.
branches: [ main ]
jobs: