Skip to content

Commit 9cd8e9a

Browse files
committed
Enabled deploy stage on develop branch
1 parent 55bc758 commit 9cd8e9a

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
@@ -36,7 +36,7 @@ stages:
3636
- sonar
3737
- test
3838
- name: deploy
39-
if: tag IS present
39+
if: (branch = develop) OR (tag IS present)
4040

4141
jobs:
4242
exclude:

0 commit comments

Comments
 (0)