mirror of
https://github.com/immich-app/immich.git
synced 2025-11-28 09:15:24 -05:00
fix: proper triggers for weblate checks (#21818)
This commit is contained in:
parent
ef6e4f4699
commit
39c1ebf698
6
.github/workflows/weblate-lock.yml
vendored
6
.github/workflows/weblate-lock.yml
vendored
@ -3,6 +3,12 @@ name: Weblate checks
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
|
- ready_for_review
|
||||||
|
- auto_merge_enabled
|
||||||
|
- auto_merge_disabled
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user