We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e92444 commit 2536fc3Copy full SHA for 2536fc3
appveyor.yml
@@ -18,5 +18,5 @@ build_script:
18
- ps: ./windows/ci/build.ps1
19
20
deploy_script:
21
- - ps: ./windows/ci/publish.ps1
+ - ps: if ($env:APPVEYOR_REPO_BRANCH -eq "master") { ./windows/ci/publish.ps1 }
22
0 commit comments