Skip to content

Commit

Permalink
Revive github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Apr 20, 2024
1 parent fbaa711 commit 6d646f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d646f9

Please sign in to comment.