Commit 85fa334e authored by Douwe Maan's avatar Douwe Maan

Execute GitlabCiService for both push and tag_push events.

parent bbcb12f2
......@@ -32,7 +32,7 @@ class GitlabCiService < CiService
def execute(data)
object_kind = data[:object_kind]
return unless object_kind == "push"
return unless %w(push tag_push).include?(object_kind)
service_hook.execute(data)
end
......
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