mekomsolutions/openmrs-module-initializer

Github actions should not try to deploy PR builds to Maven

mseaton opened this issue · 1 comments

Any time a new PR is raised, the current github action workflow tries to build, test, and publish to Maven. This should not be the case. PRs should have an action workflow that builds and tests each PR, but deploys to Maven should be reserved for pushes to the master branch.

@ibacher any issues with this?