From 39c1ebf69803f01ba479219f956cfe86f30130e8 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 11 Sep 2025 16:31:02 +0200 Subject: [PATCH] fix: proper triggers for weblate checks (#21818) --- .github/workflows/weblate-lock.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/weblate-lock.yml b/.github/workflows/weblate-lock.yml index 0d41a70956..d765db6c1a 100644 --- a/.github/workflows/weblate-lock.yml +++ b/.github/workflows/weblate-lock.yml @@ -3,6 +3,12 @@ name: Weblate checks on: pull_request: branches: [main] + types: + - opened + - synchronize + - ready_for_review + - auto_merge_enabled + - auto_merge_disabled permissions: {}