Short question - no criticism, just wondering: as far as I understood the dev workflow all pull requests should go to master. The test branch then derives from master more often and the production branch derives from test branch from time to time.
Currently the test branch is some commits ahead of master. I was wondering if there is another workflow for working with separate branches or is this just using some flexibility in a not so huge team - which is quite ok ;-)