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