Skip to content

Commit

Permalink
chore(release): Run releases off master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 3, 2018
1 parent e50e756 commit 73bf18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- stage: release
node_js: 10
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: branch = production
if: branch = master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test"
],
"release": {
"branch": "production",
"branch": "master",
"success": []
}
}

0 comments on commit 73bf18f

Please sign in to comment.