I have a webapp deployed on Streamlit Cloud and the app is public. If my GitHub repo is public, and I commit any changes there, these are immediately reflected in my deployed app.
However, if the repo is private and I make any changes, these are not reflected in the deployed app. I either need to redeploy or change visibility of the repo to public.
I understand Streamlit has access to my repos (even private ones) and want to know if I can have the app repo be private in GitHub but have the app update automatically when there’s any commit