mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Don't disable update config on webhooks
This commit is contained in:
parent
f1edfcebc0
commit
cf5360f6f6
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user