From 64fdd22f1bb1958ecae9b557c6cc61fad0c80a9c Mon Sep 17 00:00:00 2001 From: shafin-deriv Date: Thu, 2 May 2024 16:11:11 +0800 Subject: [PATCH] chore: change translation push workflow to trigger on workflow dispatch --- .github/workflows/translation_push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/translation_push.yml b/.github/workflows/translation_push.yml index 70ad64095..03f7ac4c1 100644 --- a/.github/workflows/translation_push.yml +++ b/.github/workflows/translation_push.yml @@ -1,9 +1,9 @@ name: Crowdin Push on: - push: - paths: ['i18n/**'] - branches: [master] + workflow_dispatch: + +permissions: write-all jobs: crowdin-upload: