How can I trigger a job in Ansible Tower using its API on a Github branch commit?
I could use a Github webhook but when triggered by a push it occurs regardless of branch. I'm wondering if the webhook payload could provide info but I m not sure how to utilize it within the job. Am I on the right track or is there a better approach?
Thanks.