Skip to content

Commit

Permalink
ci(travis): run release stage on [Version].x, next, beta branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 18, 2018
1 parent 15b3cf0 commit e792400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
- lint
- test
- name: release
if: branch = master AND type IN (push)
if: branch =~ /^(\d+\.x|master|next|beta)$/ AND type IN (push)

jobs:
include:
Expand Down

0 comments on commit e792400

Please sign in to comment.