push.sh update

This commit is contained in:
Rohit Tanwar
2018-02-14 14:04:50 +05:30
parent 25db90dc2d
commit b610854692

View File

@ -7,6 +7,7 @@ setup_git() {
commit_website_files() {
if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then
if [ $TRAVIS_BRANCH == "master" ]; then
git checkout master
echo "Committing to master branch..."
git add -A
echo "All files added"