Merge branch 'master' into develop
This commit is contained in:
commit
0c0ebea49f
|
@ -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