Hi
I am triggering a build on push to master. My build does some stuff and then pushes back to master.
This is causing my build progress to continuously loop and build.
Any ideas how to avoid this and only build once?
Hi
I am triggering a build on push to master. My build does some stuff and then pushes back to master.
This is causing my build progress to continuously loop and build.
Any ideas how to avoid this and only build once?
Hi @FMI!
Well, the easiest way to avoid this is to remove the push trigger, but could you share more information about your use case?
If you want to trigger the build and both push back then you might need to separate this into at least two different builds.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.