chore(tasks): update examples and websites on stable release only
Closes #1274
This commit is contained in:
parent
6ac75aa580
commit
b9bf021bed
|
@ -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+$
|
Loading…
Reference in New Issue