If I was using TeamCity I could trigger my build when there is a commit to a particular branch:
https://www.jetbrains.com/help/teamcity/configuring-vcs-triggers.html
The closest I can see in the documentation for Azure DevOps is to trigger a build from a pull request
Is it possible to configure the pipelines in Azure DevOps to trigger a build when there is a commit to develop
or master
?