refactor: simplify travis config

This commit is contained in:
Cotes Chung 2022-04-17 17:02:32 +08:00
parent 138c537010
commit 42c44a8bc1
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 2 additions and 2 deletions

View File

@ -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