From 42c44a8bc1087047ff8c33daf2410cc54278c74a Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 17 Apr 2022 17:02:32 +0800 Subject: [PATCH] refactor: simplify travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0496d8..3ee447e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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