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 b3b5052 commit d034e49Copy full SHA for d034e49
tasks/arc-publish.sh
@@ -1,4 +1,4 @@
1
-if [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVIS_BRANCH != 'beta' ]; then
+if [ $TRAVIS_BRANCH != 'alpha' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVIS_BRANCH != 'beta' ]; then
2
echo "Skipping ARC build. Incompatible branch."
3
exit 0
4
fi
0 commit comments