fix: proper triggers for weblate checks (#21818)

This commit is contained in:
bo0tzz 2025-09-11 16:31:02 +02:00 committed by GitHub
parent ef6e4f4699
commit 39c1ebf698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {}