refactor: simplify travis config
This commit is contained in:
parent
138c537010
commit
42c44a8bc1
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ jobs:
|
|||
|
||||
stages:
|
||||
- name: Upgrade
|
||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
||||
if: branch = production
|
||||
- name: Starter
|
||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
||||
if: branch = production
|
||||
- name: Docs
|
||||
if: branch = docs
|
||||
|
||||
|
|
Loading…
Reference in a new issue