Skip to content

Commit b36e9ee

Browse files
committed
Do not publish on PR build
1 parent 95efa90 commit b36e9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Continuous.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
name: Package
3636
path: staging
3737
- name: Publish package
38+
if: "${{ github.head_ref == '' }}"
3839
run: mvn deploy -Dmaven.install.skip=true --no-transfer-progress
3940
env:
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)