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 e0424c0 commit c5945a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 c5945a7

Please sign in to comment.