aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/crowdin.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml
index 8c1fc6b..6189172 100644
--- a/.github/workflows/crowdin.yml
+++ b/.github/workflows/crowdin.yml
@@ -1,9 +1,8 @@
name: Crowdin Action
on:
- push:
- branches:
- - master
-
+ schedule:
+ - cron: '0 0 * * *'
+ workflow_dispatch: { }
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest