]> granicus.if.org Git - esp-idf/commitdiff
CI: support running CI test on release branches
authorHe Yin Ling <heyinling@espressif.com>
Fri, 3 Mar 2017 06:06:07 +0000 (14:06 +0800)
committerHe Yin Ling <heyinling@espressif.com>
Fri, 3 Mar 2017 06:06:07 +0000 (14:06 +0800)
.gitlab-ci.yml

index 96bc56e3e6322cb93b24ccb8a3b188926f897c2f..c65477051716a92875a0b11fc874aa6b1afd61d3 100644 (file)
@@ -167,6 +167,7 @@ test_report:
   only:
     - master
     - triggers
+    - /^release\/v.*$/
   tags:
     - report
   variables:
@@ -287,6 +288,7 @@ check_doc_links:
   when: on_success
   only:
     - master
+    - /^release\/v.*$/
     - triggers
   allow_failure: true