Skip to content

ci: avoid -Werror on stable branches

Michael Catanzaro requested to merge mcatanzaro/ci-werror into master

We want -Werror on master and we want it for merge requests, but we do not want it on stable branches. It's just annoying there.

Merge request reports