I deploy my app from my github private repo to streamlit hub on a weekly basis.
- I create a new branch every week and put my weekly data.
- I create a new app for each branch as per-weekly data analyzing.
I have deployed my apps on this basis for a year, but this week, when I tried to deploy a new app with a new branch for this week,
- it says that branch cannot be found.
- tried some recent branches I already deployed, also said that that branch cannot be found. (apps has been already deployed, so this is for make sure)
- tried some very old branches I already deployed, those branches can be found.
- I deleted old branchs and old apps, new branch was found and I could deploy a new app with a new branch.
so, looks like there should be maximum number of branches streamlit hub can recognize when deploying. my question is how many?