Skip to content

Commit d034e49

Browse files
committed
refactor: now alpha auto release will be performed from "aplha" branch
1 parent b3b5052 commit d034e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/arc-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVIS_BRANCH != 'beta' ]; then
1+
if [ $TRAVIS_BRANCH != 'alpha' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVIS_BRANCH != 'beta' ]; then
22
echo "Skipping ARC build. Incompatible branch."
33
exit 0
44
fi

0 commit comments

Comments
 (0)