Heroku now supports deploying from the "main" branch

Change effective on 21 July 2020

Heroku now supports main as the primary deployment branch instead of master:

$ git push heroku main

This change is backwards-compatible; user workflows that depend on master are not affected. We encourage customers to switch to the main branch.

Expect gradual updates to documentation and examples reflecting the ability to use main in place of master.