Currently, the workflow is ran every single time a push is made to the repository. However, we want it to only run when we make changes to the source code. To accomplish this, we need to:
Make changes to the workflow to only run when a push is made to the data-integration\Installation_Test\src\main\java\popbr\InstallationTest.java file.
In addition to this, we also want to:
Add better documentation to the workflow so that we know exactly what is happening with our saved artifact.
Currently, the workflow is ran every single time a push is made to the repository. However, we want it to only run when we make changes to the source code. To accomplish this, we need to:
In addition to this, we also want to: