Update crowdin action triggers

This commit is contained in:
shamoon 2023-12-01 17:54:00 -08:00
parent 76ac888386
commit 0b16c2db03

View File

@ -1,6 +1,9 @@
name: Crowdin Action
on:
workflow_dispatch:
schedule:
- cron: '2 */1 * * *'
push:
paths: [
'src/locale/**',
@ -10,6 +13,7 @@ on:
jobs:
synchronize-with-crowdin:
name: Crowdin Sync
runs-on: ubuntu-latest
steps: