Skip to content

Commit e39358c

Browse files
committed
DO NOT MERGE: Run on this PR.
1 parent dfeb257 commit e39358c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-translations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ permissions:
33
contents: write
44
pull-requests: write
55
on:
6+
pull_request:
67
schedule:
78
- cron: "0 10 * * 1"
89
workflow_dispatch:
@@ -16,6 +17,7 @@ jobs:
1617
- name: Fetch and merge from Weblate
1718
# The commit message is generated in Weblate; see https://hosted.weblate.org/addon/17163/
1819
run: |
20+
git log --oneline --graph --all -n5
1921
git remote add weblate https://hosted.weblate.org/git/zulip/zulip-flutter/
2022
git fetch weblate
2123
git merge --ff-only weblate/main

0 commit comments

Comments
 (0)