Improve CI configuration
I see the project has some issues related to github action.
- Turn on Brakeman (Currently, it is configured to run only for
masterbranch, which means it has never been activated before) - Turn on "Tests - PostgreSQL" on pushes (or only on push to
mainbranch) - Discuss "Tests - MySQL". Now, they manually disabled so i think we should remove or restore unusual action to avoid future confusions.
- Change badges on README.md to show statuses from main branch (Right now, it's confusing because all actions appear as failed.)
I'd like to work on fixing these issues.