Two different environments workflows (auto generated after the Add New App process)

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

Awesome idea and we do plan to do something like this!

One note/question: do you need a keystore for debug/test? In general for that most projects just use the default Android debug keystore.