Skip to content

Commit 2536fc3

Browse files
Only publish when the master branch changes
1 parent 7e92444 commit 2536fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ build_script:
1818
- ps: ./windows/ci/build.ps1
1919

2020
deploy_script:
21-
- ps: ./windows/ci/publish.ps1
21+
- ps: if ($env:APPVEYOR_REPO_BRANCH -eq "master") { ./windows/ci/publish.ps1 }
2222

0 commit comments

Comments
 (0)