You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compilation of binaries is only tied to the context of a PR development or in the close of a release pipeline. But sometimes, the developers/testers might need to generate the binaries from specific branches (master , release/*)
Describe the feature you'd like
I would like to extends the current behaviour of compiling binaries so it can be invoked manually from a github action, and the user can trigger it on demand.