0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-21 01:38:30 +02:00

update comment

This commit is contained in:
Christopher Homberger 2025-03-21 18:36:56 +01:00
parent 23de934a1e
commit 956556dc20

View File

@ -243,7 +243,7 @@ func detectMatched(gitRepo *git.Repository, commit *git.Commit, triggedEvent web
webhook_module.HookEventPackage:
return matchPackageEvent(payload.(*api.PackagePayload), evt)
case // registry_package
case // workflow_run
webhook_module.HookEventWorkflowRun:
return matchWorkflowRunEvent(payload.(*api.WorkflowRunPayload), evt)