Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Mitchell <grmitchell713@gmail.com>
  • Loading branch information
gmitch215 committed May 21, 2024
1 parent bf2fea1 commit fca668c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, test]
name: Publish to Repository
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
timeout-minutes: 30

steps:
Expand All @@ -122,4 +123,4 @@ jobs:
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
run: ./gradlew clean build publish
run: ./gradlew clean build publish

0 comments on commit fca668c

Please sign in to comment.