We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95efa90 commit b36e9eeCopy full SHA for b36e9ee
.github/workflows/Continuous.yml
@@ -35,6 +35,7 @@ jobs:
35
name: Package
36
path: staging
37
- name: Publish package
38
+ if: "${{ github.head_ref == '' }}"
39
run: mvn deploy -Dmaven.install.skip=true --no-transfer-progress
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments