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
Maybe we should add a GitHub action to build the project on each pull request, this could help us to see if new request can be build in a generalized way.
This should be relative simple to implement. But in my humble opinion we should adjust or merge #5 first. After this we can add a build check for pull request.
This can be extended to create automatic releases (Drafts) with the ready to use build included in the future.
The text was updated successfully, but these errors were encountered:
We could change the automatic build to tag base so whenever someone makes a tag the automatic build is triggerd or we could use a develop and master branch like the git flow is doing it. Combined with the tag based builds this should be pretty safe that no broken features are shipped
What is requested
Maybe we should add a GitHub action to build the project on each pull request, this could help us to see if new request can be build in a generalized way.
This should be relative simple to implement. But in my humble opinion we should adjust or merge #5 first. After this we can add a build check for pull request.
This can be extended to create automatic releases (Drafts) with the ready to use build included in the future.
The text was updated successfully, but these errors were encountered: