diff --git a/master.cfg b/master.cfg index 8c12588..c2ee800 100644 --- a/master.cfg +++ b/master.cfg @@ -4,7 +4,10 @@ # # List of the branches being built automatically overnight -NIGHT_SCHEDULE_BRANCHES = ["master", "blender-v2.81-release"] +NIGHT_SCHEDULE_BRANCHES = [ + "master", + # "blender-v2.81-release", +] # Dictionary that the buildmaster pays attention to. c = BuildmasterConfig = {}