Skip to content

Commit ed9f4b9

Browse files
committed
Updated devel to dev
1 parent 4f62811 commit ed9f4b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '{build}'
22
branches:
33
only:
44
- master
5-
- devel
5+
- dev
66
skip_tags: true
77
image: Visual Studio 2015
88
configuration: Release
@@ -11,7 +11,7 @@ build_script:
1111
- ps: >-
1212
if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null -and $env:APPVEYOR_REPO_BRANCH -eq "master") {
1313
.\build.ps1 -Target Publish
14-
} elseif ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null -and $env:APPVEYOR_REPO_BRANCH -eq "devel") {
14+
} elseif ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null -and $env:APPVEYOR_REPO_BRANCH -eq "dev") {
1515
.\build.ps1 -Target PrePublish
1616
} else {
1717
.\build.ps1 -Target AppVeyor

0 commit comments

Comments
 (0)