chore(tasks): update examples and websites on stable release only

Closes #1274
This commit is contained in:
Maciej Barelkowski 2020-02-05 11:43:59 +01:00 committed by fake-join[bot]
parent 6ac75aa580
commit b9bf021bed
1 changed files with 3 additions and 3 deletions

View File

@ -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
if: tag =~ ^v\d+\.\d+\.\d+$