Hide Forgot
Description of problem: I'd like to have webhook triggered builds to happen only for specified branch. Currently, even if I specify a particular branch, it still submits a build on all push events, so I get unnecessary no-op rebuilds whenever I push to different branch. How reproducible: always Steps to Reproduce: 1. setup a package with github push hook 2. select master branch for building 3. push to different branches Actual results: Builds are triggered on all push events. Expected results: Builds are triggered only on push events that updated master branch.
Fixed by https://pagure.io/copr/copr/c/0c6cba4d806524691aa321958bd8257b3fa63607?branch=master.