From b9bf021bed1ef2cfa6b01c1d8acc51c50ab0343b Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Wed, 5 Feb 2020 11:43:59 +0100 Subject: [PATCH] chore(tasks): update examples and websites on stable release only Closes #1274 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9896cce..40fee5fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ stages: - name: update integration test if: tag =~ ^v\d - name: update examples - if: tag =~ ^v\d + if: tag =~ ^v\d+\.\d+\.\d+$ - name: update demo - if: tag =~ ^v\d + if: tag =~ ^v\d+\.\d+\.\d+$ - name: update website - if: tag =~ ^v\d \ No newline at end of file + if: tag =~ ^v\d+\.\d+\.\d+$ \ No newline at end of file