Skip to content

Commit 7a861b2

Browse files
committed
refactor(ci): use develop branch over staging
1 parent 632f022 commit 7a861b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dotnet: 1.0.0-preview2-1-003177
1010
branches:
1111
only:
1212
- master
13-
- staging
13+
- develop
1414
script:
1515
- ./build.sh

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pull_requests:
44
branches:
55
only:
66
- master
7-
- staging
7+
- develop
88
nuget:
99
disable_publish_on_pr: true
1010
build_script:
@@ -20,7 +20,7 @@ deploy:
2020
secure: 6CeYcZ4Ze+57gxfeuHzqP6ldbUkPtF6pfpVM1Gw/K2jExFrAz763gNAQ++tiacq3
2121
skip_symbols: true
2222
on:
23-
branch: staging
23+
branch: develop
2424
- provider: NuGet
2525
name: production
2626
api_key:

0 commit comments

Comments
 (0)