Skip to content

Commit

Permalink
Temp disable deploy on non-master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SalamaGofore committed Nov 24, 2023
1 parent 2ac3da7 commit 31d5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
distribution: 'temurin'

- name: Deploy jar library
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'
shell: bash
env:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
Expand Down

0 comments on commit 31d5c7a

Please sign in to comment.