Remove PR check from GH Pages build hook for stable branch (#9144)

This commit is contained in:
Dan Abramov
2017-03-10 01:19:33 +00:00
committed by Dan Abramov
parent 39ff5c4895
commit baddb6bf42
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
if [ -z $CI_PULL_REQUEST ] && [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then
if [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then
GH_PAGES_DIR=`pwd`/../react-gh-pages