Skip to content

Commit 5a7d668

Browse files
Merge pull request #6410 from dotty-staging/fix-ci
Actuall run the 2.12 tests on merge, not just on nightly
2 parents bc2bcc0 + 80a5c20 commit 5a7d668

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)