I've started using pipelines on anew project and as to keep my work machines up to date, a lot of "draft" commints are being pushed. I am also using Pipelines to build and test each revision. However, I do ont need to run build & test on draft commits, since these are in essence incomplete work.
How do I prevent Pipelines to run on draft commits but make it run on public ones?
Look for the answer to the question Can I commit without triggering the pipeline? on the Bitbucket Pipelines FAQ - put "[skip ci]" into your commit messages to have them not trigger builds in Bitbucket Pipelines
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.