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 72da9c2 commit 4a0eab2Copy full SHA for 4a0eab2
1 file changed
.github/workflows/maven.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Build with Maven
79
run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false
80
- name: Deploy SNAPSHOT using minimal build
81
- if: matrix.deploy
+ if: matrix.deploy && github.repository == 'apache/commons-io' && github.ref_name == 'master'
82
env:
83
NEXUS_USER: ${{ secrets.NEXUS_USER }}
84
NEXUS_PW: ${{ secrets.NEXUS_PW }}
0 commit comments