From 80a5c2034db219c080296900f8d5da427f22e362 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 30 Apr 2019 20:27:46 +0200 Subject: [PATCH] Actuall run the 2.12 tests on merge, not just on nightly I made a mistake in https://github.com/lampepfl/dotty/pull/6409. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e955c2c19ba8..0e327b73e83d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,7 @@ pipeline: - cp -R . /tmp/5/ && cd /tmp/5/ - ./project/scripts/sbt ";++2.12.8 ;compile ;test" when: - event: [ tag, deployment ] + event: [ push, tag, deployment ] # DOCUMENTATION: documentation: