switch to use "main" branch

This commit is contained in:
Frédéric Péters 2021-03-29 14:22:43 +02:00
parent 7f029dd80f
commit 36b9f21966
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ for module in modules:
continue
module['branch'] = 'dev'
publish_mallard(module, 'master', 'dev')
publish_mallard(module, 'main', 'dev')
for js_file in os.listdir('js'):
shutil.copy('js/' + js_file, web_directory)