mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user