I now how to deploy and I know how to only build some branches, but is there any way to build all (or some number of) branches and only deploy the builds for the master branch?
Something like a deploy white list.
I now how to deploy and I know how to only build some branches, but is there any way to build all (or some number of) branches and only deploy the builds for the master branch?
Something like a deploy white list.
I found in the docs that if you are using a
deploy
section to do your deployments, you can do conditional releases with theon:
property and specify a branch:Here is the link to the documentation.
Hope this helps!