Skip to content

Commit

Permalink
Run push changes workflow after export translations workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jul 7, 2024
1 parent d4a3e99 commit 705b61e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 705b61e

Please sign in to comment.