mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Merge pull request #26 from storybooks/25-auto-deploy
Automatic deployment
This commit is contained in:
commit
ad091e71ae
@ -6,6 +6,6 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ $TRAVIS_BRANCH == 'master' ]]; then
|
||||
# npm run semantic-release
|
||||
if [[ $TRAVIS_BRANCH == 'source' ]]; then
|
||||
npm run deploy
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user