Commit 588002d8 authored by Jason Roehm's avatar Jason Roehm

fixed missing argument in list

parent c57c9c41
......@@ -284,7 +284,7 @@ module Ci
end
end
def match_ref?(pattern, ref, tag)
def match_ref?(pattern, ref, tag, trigger_request)
pattern, path = pattern.split('@', 2)
return false if path && path != self.path
return true if tag && pattern == 'tags'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment