Description
Nowadays, we run commands locally to sync up the master branch to the prod branch. We should have a better way to do it. Also, it's better for us to protect both branches
Possible Solution
We should add a github action that allow maintainers to trigger through workflow dispatch
Additional context
Related Issue