Browse Source

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

pull/418/head
MK 5 years ago
committed by Guillaume Vincent
parent
commit
6c11897d22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

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

Loading…
Cancel
Save