From 3d6304efd8afeb18a4d9c7f4c52981b9d12cdf73 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 2 Oct 2021 05:07:55 +0800 Subject: [PATCH] Build on the release branches to reuse the travis cache --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b674a9..4ad238d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ dist: bionic language: minimal -if: tag =~ /^v(\d)+(\.(\d)+){2}$/ +branches: + only: + - /^release\/(\d)+(\.(\d)+){1}$/ jobs: include: