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:
|
stages:
|
||||||
- name: Upgrade
|
- name: Upgrade
|
||||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
if: branch = production
|
||||||
- name: Starter
|
- name: Starter
|
||||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
if: branch = production
|
||||||
- name: Docs
|
- name: Docs
|
||||||
if: branch = docs
|
if: branch = docs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue