Skip to content

Commit 086e841

Browse files
authored
Merge pull request #111 from watson-developer-cloud/feature-1.0.0-appveyor-revisions
use Master to tag and release from now on
2 parents 22dbf8d + c8103e1 commit 086e841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ after_build:
5757
.\packages\Doxygen.1.8.13\tools\doxygen.exe Doxyfile
5858
5959
60-
If($branchName -eq "development" -or $branchName -eq $env:APPVEYOR_REPO_TAG_NAME -or $branchName -eq "release")
60+
If($branchName -eq "development" -or $branchName -eq $env:APPVEYOR_REPO_TAG_NAME -or $branchName -eq "master")
6161
6262
{
6363
git config --global user.email "[email protected]"
@@ -119,5 +119,5 @@ deploy:
119119
api_key:
120120
secure: AaqUbQ5mJm8bYbpNH7GbAzYl45fZZHpqeNdtSd0wQNxjgYmLmvtMU5eByA/mkhxB
121121
on:
122-
branch: release
122+
branch: master
123123
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)