From 0700e61d20f2d837fbfb9547c389bb602c8714f1 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 11 Sep 2025 16:07:36 +0200 Subject: [PATCH] fix: trigger for weblate checks (#21816) --- .github/workflows/weblate-lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weblate-lock.yml b/.github/workflows/weblate-lock.yml index e0634b6af2..0d41a70956 100644 --- a/.github/workflows/weblate-lock.yml +++ b/.github/workflows/weblate-lock.yml @@ -1,7 +1,8 @@ name: Weblate checks on: - pull_request_review: + pull_request: + branches: [main] permissions: {}