Skip to content

Commit 67b39e7

Browse files
authored
Merge branch 'openapi' into master-into-openapi
2 parents fb5102f + 6832181 commit 67b39e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ for:
7474
CD _site
7575
git add -A 2>&1
7676
git commit -m "Automated commit from cibuild" -q
77-
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
77+
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:APPVEYOR_REPO_BRANCH -eq 'master') {
7878
git push origin gh-pages -q
7979
echo "Documentation updated successfully."
8080
}

0 commit comments

Comments
 (0)