Skip to content

Commit 3284e9b

Browse files
author
Vladimir Kotal
committed
allow all branches
1 parent 921dffe commit 3284e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
file: distribution/target/opengrok-$TRAVIS_TAG.tar.gz
5252
skip_cleanup: true
5353
on:
54+
all_branches: true
5455
condition: $TRAVIS_TAG =~ rc[0-9]+$
5556
# Full release
5657
- provider: releases
@@ -60,3 +61,4 @@ jobs:
6061
skip_cleanup: true
6162
on:
6263
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
64+
all_branches: true

0 commit comments

Comments
 (0)