🐛 Use master branch for CMS commits

This commit is contained in:
Moritz Kröger 2019-04-13 18:05:34 +02:00
parent 3ccd9beba1
commit 6ffdc277dd

View file

@ -18,7 +18,7 @@ const objectField = (name, label, { list, ...rest } = {}) =>
const baseConfig = () => ({
backend: {
name: 'git-gateway',
branch: 'next',
branch: 'master',
squash_merges: true,
accept_roles: ['admin', 'editor']
},