It would be amazing if you create by default when I add a new app, two different workflows: 1 for test and other for production environments, connected respectively to develop and master branches. For example, for Android, beside this it would be amazing create for these 2 environments different things:
- GRADLE_TASK : assembleDebug (test) / assembleRelease (production)
- 2 keystores: 1 for test other for production
- 2 triggers: push develop branch → triggers test workflow, push master branch → triggers production workflow
Thanks,
Miguel