Disable rolling builds only for master branch?
Currently it is possible to enable rolling builds only for pull requests, but is it possible to enable rolling builds for all branches except for master
?
The workflow in our project is: everyone work on their own branch work1
, work2
... when work is done they start a pull request based on workX
branch against master
. So we want to run CI for every commit on master
to know if master is broken due to a merge, and we also want to enable rolling builds for all the work branches to reduce the CI tasks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 02 Mar, 2020 05:31 PM
It's currently not possible to enable rolling builds per branch. However, you can try doing dev branches in separate projects if that helps.
Feodor Fitsner closed this discussion on 02 May, 2020 09:02 PM.