Sfoglia il codice sorgente

Minor edit to regex + retain `all_branches` (#413)

pull/418/head
MK 5 anni fa
committed by Guillaume Vincent
parent
commit
6c11897d22
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Vedi File

@@ -75,4 +75,4 @@ jobs:
on:
tags: true
all_branches: true
condition: "$TRAVIS_TAG =~ ^cli*$"
condition: $TRAVIS_TAG =~ ^cli*

Caricamento…
Annulla
Salva