I have a pipeline for Github and Azure Devops traditional editors. I'd like to set up an Azure pipeline auto-trigger after a Github commit occurs (If any commit happens in the repository, it needs to trigger my Azure Devops pipeline)
I tried enabling Continuous Integration at the pipeline level, but after a Github commit, it does not activate my pipeline.
There is much documentation for yaml pipelines, however, we require old editor pipelines. Could someone please offer suggestions on how we can accomplish this?