-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add continuous integration tool (CI) #144
Comments
I've experience with the first three possible solutions, and I favor GitHub Actions since the codebase is already on GitHub. |
Related #243 |
We're probably moving away of the branch related workflow described here:
The idea is to have a leaner flow that remove |
Summary
#304
In order to improve our deploy process, we want to integrate an automation tool.
This tool should check few routines like:
feature-branch
todevelopment
.OK
, allow mergedevelopment
tomaster
OK
automatically mergePossible solutions
Output
T.B.D
The text was updated successfully, but these errors were encountered: