diff --git a/remote/github/github.go b/remote/github/github.go index a27bbe277..4d44b43ca 100644 --- a/remote/github/github.go +++ b/remote/github/github.go @@ -356,10 +356,6 @@ func (g *Github) push(r *http.Request) (*model.Repo, *model.Build, error) { // default gravatar? } - // we should ignore github pages - if build.Ref == "refs/heads/gh-pages" { - return nil, nil, nil - } if strings.HasPrefix(build.Ref, "refs/tags/") { // just kidding, this is actually a tag event build.Event = model.EventTag