diff --git a/.github/workflows/bot-crowdin-sync.yml b/.github/workflows/bot-crowdin-sync.yml index 061109a47f3b..201316ad172a 100644 --- a/.github/workflows/bot-crowdin-sync.yml +++ b/.github/workflows/bot-crowdin-sync.yml @@ -1,6 +1,10 @@ name: "[Bot] Crowdin translations update" -on: [workflow_dispatch] +on: + workflow_dispatch: + pull_request: + paths: + - ".github/workflows/bot-crowdin-sync.yml" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}