diff --git a/app/blueprints/github/__init__.py b/app/blueprints/github/__init__.py index 18744d8..2e934b1 100644 --- a/app/blueprints/github/__init__.py +++ b/app/blueprints/github/__init__.py @@ -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 #