Skip to content
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

Automatically push the Windows installer to the main branch #35

Merged
merged 2 commits into from
Jan 6, 2024

Conversation

WeisLeDocto
Copy link
Member

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.

Previously, it had to be manually generated and pushed to the repo at each new pull request merge.
@WeisLeDocto WeisLeDocto added the enhancement New feature or request label Jan 6, 2024
@WeisLeDocto WeisLeDocto self-assigned this Jan 6, 2024
@WeisLeDocto WeisLeDocto merged commit f9a59e9 into main Jan 6, 2024
15 checks passed
@WeisLeDocto WeisLeDocto deleted the feature/automatically_push_windows_installer branch January 6, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant