Drone Skip Build by Branch can not skip plugins/git push branch name

I use plugins/git create new branch name like build/maser just like => git push origin HEAD:build/master

but below drone config not work for Skip Build by Branch

branches:
exclude: [ build/* ]