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

Commit 0a5856c

Browse files
committed
Revert "fix travis release branch conditonal (#85)"
This reverts commit 4c9ff2e.
1 parent dc2ede2 commit 0a5856c

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
@@ -10,7 +10,7 @@ codeintel_image_release_job: &codeintel_image_release_job
1010
services:
1111
- docker
1212
install: skip
13-
if: (branch = master OR branch =~ /^v.*$/) AND type = push AND fork = false
13+
if: branch = master AND type = push AND fork = false
1414
script: bash deploy_image.sh
1515

1616
jobs:

0 commit comments

Comments
 (0)