mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: proper triggers for weblate checks (#21818)
This commit is contained in:
parent
ef6e4f4699
commit
39c1ebf698
1 changed files with 6 additions and 0 deletions
6
.github/workflows/weblate-lock.yml
vendored
6
.github/workflows/weblate-lock.yml
vendored
|
|
@ -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: {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue