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