mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-03 11:57:15 +02:00
update comment
This commit is contained in:
parent
23de934a1e
commit
956556dc20
@ -243,7 +243,7 @@ func detectMatched(gitRepo *git.Repository, commit *git.Commit, triggedEvent web
|
|||||||
webhook_module.HookEventPackage:
|
webhook_module.HookEventPackage:
|
||||||
return matchPackageEvent(payload.(*api.PackagePayload), evt)
|
return matchPackageEvent(payload.(*api.PackagePayload), evt)
|
||||||
|
|
||||||
case // registry_package
|
case // workflow_run
|
||||||
webhook_module.HookEventWorkflowRun:
|
webhook_module.HookEventWorkflowRun:
|
||||||
return matchWorkflowRunEvent(payload.(*api.WorkflowRunPayload), evt)
|
return matchWorkflowRunEvent(payload.(*api.WorkflowRunPayload), evt)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user