Skip to content

Commit

Permalink
deploy all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Aug 17, 2019
1 parent fe0a32c commit 8e7e23d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ deploy:
file: dist/*
skip_cleanup: true
on:
all_branches: true
branches:
only:
- master
- 4.x
draft: true
after_deploy:
- gem install octokit
- "./github_release.rb -s $GITHUB_OAUTH_TOKEN -r rdmtc/RedMatic -c CHANGELOG.md
Expand Down

0 comments on commit 8e7e23d

Please sign in to comment.