diff --git a/.github/workflows/build-gradle-project.yml b/.github/workflows/build-gradle-project.yml index 47427d9..ed44239 100644 --- a/.github/workflows/build-gradle-project.yml +++ b/.github/workflows/build-gradle-project.yml @@ -45,10 +45,10 @@ jobs: # https://github.com/docker/build-push-action - # Only create a release on main branch, should update to adwise-fiu eventually. + # Only create a release on main branch upload_dockerhub: - # if: github.repository == 'AndrewQuijano/Level-Site-PPDT' && github.ref == 'refs/heads/main' - # needs: [ build-gradle-project ] + if: github.ref == 'refs/heads/main' + needs: [ build-gradle-project ] runs-on: ubuntu-latest steps: - name: Checkout project sources