I'd like to run build after every commit to git repository. I've set-upped GitPoller, which monitors my git repository on new commits and informs me about it, but I couldn't find how to do some action on this event. Maybe I have to use other buildbot functionality to do it?
Thank you in advance!