Also add a workflow_dispatch that allows you to manually run the build workflow, the reasoning is that outsiders usually can't see the build logs (at least I couldn't) to propose fixes directly and whenever we fork the repo to test out the build the CI is not triggered automatically, which means we need to make a dummy commit to see the errors before working on them.
Also add a workflow_dispatch that allows you to manually run the build workflow, the reasoning is that outsiders usually can't see the build logs (at least I couldn't) to propose fixes directly and whenever we fork the repo to test out the build the CI is not triggered automatically, which means we need to make a dummy commit to see the errors before working on them.
Cheers.