Run push changes workflow after export translations workflow

This commit is contained in:
Oliver Hamlet
2024-07-07 10:19:15 +01:00
parent d4a3e99a71
commit 705b61e0e0
+3 -1
View File
@@ -2,7 +2,9 @@ name: Push changes to pull request HEAD
on:
workflow_run:
workflows: [Import translations from Weblate]
workflows:
- Import translations from Weblate
- Export translations from prelude
types: [completed]
jobs: