I am splitting my software into multiple projects (for data isolation / hipaa reasons), in setting up my new project I went through github integration and setup deploy to prod but not automatic branching (don't need branching on a prod project, only the dev project should have branching if I understand correctly). After finishing this integration I expected all the migrations and edge functions (defined in config.toml) defined in the latest push of the prod branch to load into the new project, but the DB and edge functions remain empty in supabase, why?
Thanks!