Skip to content

Commit bc4ce70

Browse files
Only run java 11 tests on merges
1 parent c32ead6 commit bc4ce70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ pipeline:
6868
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
6969
- cp -R . /tmp/6/ && cd /tmp/6/
7070
- ./project/scripts/sbt ";compile ;test"
71-
# when:
72-
# event: [ push, tag, deployment ]
71+
when:
72+
event: [ push, tag, deployment ]
7373

7474
# DOCUMENTATION:
7575
documentation:

0 commit comments

Comments
 (0)