// +build !nogithub
package main
import (
_ "git.ryanburnette.com/ryanburnette/git-deploy/internal/webhooks/github"
)