mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: deploy code and docs for release branches
Currently deploy happens only for the master branch. This change is needed to support release branches.
This commit is contained in:
parent
92b9ed8342
commit
b4a29f5240
@ -206,6 +206,7 @@ push_master_to_github:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^release\/v.*$/
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
when: on_success
|
when: on_success
|
||||||
@ -229,6 +230,7 @@ deploy_docs:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^release\/v.*$/
|
||||||
- triggers
|
- triggers
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user