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
|
||||
only:
|
||||
- master
|
||||
- /^release\/v.*$/
|
||||
tags:
|
||||
- deploy
|
||||
when: on_success
|
||||
@@ -229,6 +230,7 @@ deploy_docs:
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
- /^release\/v.*$/
|
||||
- triggers
|
||||
tags:
|
||||
- deploy
|
||||
|
Reference in New Issue
Block a user