We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c2b40 + 4eae711 commit bd01098Copy full SHA for bd01098
.travis/deploy.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
cd `dirname $0`/..
3
4
-if [ "$TRAVIS_BRANCH" != 'master' ] || [ "$TRAVIS_PULL_REQUEST" == 'true' ]; then
+if [ "$TRAVIS_BRANCH" != 'master' ] || [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
5
echo "Skipping artifact deployment for a non-release build"
6
exit 0
7
fi
0 commit comments