mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 11:21:19 +01:00
Merge pull request #2122 from nanoant/patch/add-pre-receive-hook
Allow pre-receive hook customization
This commit is contained in:
commit
fde9c69679
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ var hookNames = []string{
|
|||
"post-checkout",
|
||||
"post-merge",
|
||||
"pre-push",
|
||||
"pre-receive",
|
||||
// "update",
|
||||
"post-receive",
|
||||
"post-update",
|
||||
|
|
Loading…
Reference in a new issue