Skip to content

Commit

Permalink
hotfix: allow a workflow to trigger another workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
bmuenzenmeyer authored Dec 6, 2024
1 parent c109a38 commit a81fb3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/translations-pr-lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
name: Incoming Translation Checks

on:
# run when new translations download
workflow_run:
workflows: ["Crowdin Download"]
types:
- completed
# run when someone tries to manually change localized content
pull_request_target:
branches:
- main
Expand Down

0 comments on commit a81fb3d

Please sign in to comment.