What is the best way to configure per-push webhooks with GitHub?
It appears that you can use the GitHub integration or generic webhooks. Also, I'm looking to conditionalize my job based on the payload content e.g. run one set of actions if the commit is pushed to master vs. staging
Thanks in advance,
Matt