Currently every single PRs will run a i18n generate workflow, This leads to more conflicts and harder review. My idea is i18n workflow can run on only release PR, aka the version bump PR, to smooth the review process, just like chromatic.yaml. before: 1. main branch always have latest full-language i18n 2. PR/review slow after: 1. main branch have only latest english locale definition 2. release branch always have latest full-language i18n 3. PR/review faster ┆Issue is synchronized with this [Notion page](https://www.notion.so/Issue-5224-Move-i18n-workflow-out-from-single-PRs-to-release-PR-25c6d73d365081079f5df0e358a1d15e) by [Unito](https://www.unito.io)