Skip to content

Commit 42c44a8

Browse files
committed
refactor: simplify travis config
1 parent 138c537 commit 42c44a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131

3232
stages:
3333
- name: Upgrade
34-
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
34+
if: branch = production
3535
- name: Starter
36-
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
36+
if: branch = production
3737
- name: Docs
3838
if: branch = docs
3939

0 commit comments

Comments
 (0)