Skip to content

Commit

Permalink
Fixed: do not publish docs from openapi branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman committed Oct 18, 2021
1 parent 1c4d034 commit 6832181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ for:
CD _site
git add -A 2>&1
git commit -m "Automated commit from cibuild" -q
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:APPVEYOR_REPO_BRANCH -eq 'master') {
git push origin gh-pages -q
echo "Documentation updated successfully."
}
Expand Down

0 comments on commit 6832181

Please sign in to comment.