Hi ..
I have already a bitbucket yaml file working for compiling an embedded project ...
I tried to run the compile step only for a specific branches ..
But it is not working .. .
How can I fix it ?
Thanks a lot
Hi, @simone_gasparella!
Thank you for reaching out to Atlassian Community!
I understand that you would like to run Pipelines on specific branches, but that is running on all branches, is that correct?
Checking the YML file you shared with us, it doesn’t seem to be valid as you are specifying "branches" and "default" in the same section.
Could you please remove the default word from the YML and see if the pipeline works for {master,feature/development} branches?
I hope this helps, but do let me know if you have any questions.
Kind regards,
Caroline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.