I have two GitLab repositories, one for source code and other resources for Android application, let's call it main and another repository only for translations, let's call it translations, which is also public repository. Translations are also contained in first repository which needs them for building application. Is it somehow possible to automate GitLab/git to push to translations repository only translation files from main repository when push to main repository occurs? Thanks.
Asked
Active
Viewed 52 times