From b49494dafdf807ee05cdd0aa4e7b26746bee611f Mon Sep 17 00:00:00 2001 From: Lionel Villard Date: Thu, 31 Jan 2019 14:16:32 -0500 Subject: [PATCH] chore: enable travis build for tagged branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6e9e3df3..8e2da90e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ services: branches: only: - master + - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ go_import_path: github.com/ibm/openwhisk-operator