Trigger crowdin action on changes to frontend strings file

This commit is contained in:
shamoon 2024-01-10 15:54:02 -08:00
parent 3dcb973adb
commit a2b87fe012

View File

@ -7,6 +7,7 @@ on:
push:
paths: [
'src/locale/**',
'src-ui/messages.xlf',
'src-ui/src/locale/**'
]
branches: [ dev ]