We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22dbf8d + c8103e1 commit 086e841Copy full SHA for 086e841
appveyor.yml
@@ -57,7 +57,7 @@ after_build:
57
.\packages\Doxygen.1.8.13\tools\doxygen.exe Doxyfile
58
59
60
- If($branchName -eq "development" -or $branchName -eq $env:APPVEYOR_REPO_TAG_NAME -or $branchName -eq "release")
+ If($branchName -eq "development" -or $branchName -eq $env:APPVEYOR_REPO_TAG_NAME -or $branchName -eq "master")
61
62
{
63
git config --global user.email "[email protected]"
@@ -119,5 +119,5 @@ deploy:
119
api_key:
120
secure: AaqUbQ5mJm8bYbpNH7GbAzYl45fZZHpqeNdtSd0wQNxjgYmLmvtMU5eByA/mkhxB
121
on:
122
- branch: release
+ branch: master
123
APPVEYOR_REPO_TAG: true
0 commit comments