Skip to content

Commit 80a5c20

Browse files
committed
Actuall run the 2.12 tests on merge, not just on nightly
I made a mistake in #6409.
1 parent 29aeb02 commit 80a5c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline:
5959
- cp -R . /tmp/5/ && cd /tmp/5/
6060
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
6161
when:
62-
event: [ tag, deployment ]
62+
event: [ push, tag, deployment ]
6363

6464
# DOCUMENTATION:
6565
documentation:

0 commit comments

Comments
 (0)