Skip to content

Commit 9bd2a5c

Browse files
author
Vladimir Kotal
committed
simplify the condition
1 parent bd76f2c commit 9bd2a5c

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
@@ -39,7 +39,7 @@ jobs:
3939
install: true
4040
- stage: deploy
4141
name: Github Release
42-
if: branch = master AND repo = oracle/opengrok AND tag IS present
42+
if: tag IS present
4343
before_install: dev/before_install
4444
script: mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V package
4545
deploy:

0 commit comments

Comments
 (0)