Skip to content

Commit 6832181

Browse files
author
Bart Koelman
committed
Fixed: do not publish docs from openapi branch
1 parent 1c4d034 commit 6832181

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
@@ -69,7 +69,7 @@ for:
6969
CD _site
7070
git add -A 2>&1
7171
git commit -m "Automated commit from cibuild" -q
72-
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
72+
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:APPVEYOR_REPO_BRANCH -eq 'master') {
7373
git push origin gh-pages -q
7474
echo "Documentation updated successfully."
7575
}

0 commit comments

Comments
 (0)