Don't disable update config on webhooks
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user