Need to keep in mind that the branches property doesn't use regex values. It uses fnmatch from ruby. It's a bit of a pain in the ass, but for now this will do until we hit v10.
This change should ensure PR's targeting v3.x.x and eventually v4.x.x get built and tested checks against them.
Need to keep in mind that the
branches
property doesn't use regex values. It usesfnmatch
from ruby. It's a bit of a pain in the ass, but for now this will do until we hit v10.This change should ensure PR's targeting
v3.x.x
and eventuallyv4.x.x
get built and tested checks against them.