Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 4c9ff2e

Browse files
authored
fix travis release branch conditonal (#85)
1 parent ae6b88d commit 4c9ff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ release_job: &release_job
88
services:
99
- docker
1010
install: skip
11-
if: branch = master AND type = push AND fork = false
11+
if: (branch = master OR branch =~ /^v.*$/) AND type = push AND fork = false
1212
script: bash deploy_image.sh
1313

1414
jobs:

0 commit comments

Comments
 (0)