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 a3f545e commit 1eba231Copy full SHA for 1eba231
cd/deploy.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
-if [ -n "$TRAVIS_TAG" ]; then
+if [ "$TRAVIS_BRANCH" == 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] || [ -n "$TRAVIS_TAG" ]; then
3
mvn deploy -P sign,build-extras --settings cd/mvnsettings.xml
4
fi
0 commit comments