I have GIT integrated in Azure Databricks and want to be able to have an updated notebook in my workspace every time I do a pull request into Dev for example, thereby having any update in GIT also appear in my workspace notebook. I believe there's a way to do this via kicking off a release pipeline in DevOps when this happens, as well as possibly an API being available to help with this but I'm not finding any information.
Any information or links to articles for performing this would be very helpful, thanks.