TissueEngineeringLab / MyoFInDer

Python interface for automatic calculation of the fusion index in muscle cell cultures
https://tissueengineeringlab.github.io/MyoFInDer/
GNU General Public License v3.0
3 stars 1 forks source link

Automatically push the Windows installer to the main branch #35

Closed WeisLeDocto closed 8 months ago

WeisLeDocto commented 8 months ago

In #27, a GitHub workflow was added in order to automate the build and test of the Windows installer distributed with MyoFInDer. The installer was then made available to admins through a workflow artifact. However, a manual step was still required in order to push the newly built installer to the repository.

With this PR, the GitHub workflow is modified so that it automatically builds, tests, and pushes the newly built installer to the main branch. The push is performed each time a pull request is merged into the main branch, or a commit is directly pushed to the main branch.