Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upModify CI so that release staging is not done on master #582
Comments
Diggsey
added this to Testing & infrastructure
in Issue Categorisation
May 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedJul 14, 2016
Today, the master branch builds releases and pushes them to dev-static.rlo, which are later copied to static.rlo for the final release. Instead I'd prefer if master is just doing CI, and I have to push to e.g. the 'stable' or 'release' branch to trigger a build. Seems too error prone if there are problems during the release.