boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
250 stars 32 forks source link

Update workflow: always use PRs #233

Closed anarthal closed 5 months ago

anarthal commented 5 months ago

We currently use plain branches with merge squash for simple features and PRs for complex ones. PRs trigger duplicate CI workflows currently, which is a pain. Unify these workflows to use PRs.