Don't disable update config on webhooks

This commit is contained in:
rubenwardy 2021-01-29 20:26:45 +00:00
parent f1edfcebc0
commit cf5360f6f6
1 changed files with 0 additions and 3 deletions

View File

@ -142,9 +142,6 @@ def webhook():
else:
return error(400, "Unsupported event. Only 'push', `create:tag`, and 'ping' are supported.")
# Disable update config if webhooks are used
package.update_config = None
#
# Perform release
#