I'd like to config Jenkins that build only one branch has been pushed to github. I tried with leave blank at Branch Specifier
But after I committed/pushed all branches will be built. I just need only one branch has just been committed/pushed to be built. How can I do that? Thanks.