Jammy2211 / PyAutoBuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to use most recent branches instead of main

Jammy2211 opened this issue · comments

A common problem is that I push feature branches to the PyAuto projects, and want to run the build server on them.

However, if I am to wait for a review on them, this means I have to manually update the branches on PyAutoBuild to run them. Alternatively, I end up merging them to main before a review.

Could we have an option which runs the most recent branch of every project which has been last pushed too?

Presumably this is just for testing and should never also trigger a release?