Skip to content

Commit

Permalink
Do not publish on PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Sep 18, 2024
1 parent 95efa90 commit b36e9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
name: Package
path: staging
- name: Publish package
if: "${{ github.head_ref == '' }}"
run: mvn deploy -Dmaven.install.skip=true --no-transfer-progress
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b36e9ee

Please sign in to comment.