Skip to content

Commit c3b6848

Browse files
authored
Enable mima and microsite deploy for series/3.x (#2853)
1 parent 98453ba commit c3b6848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,4 @@ workflows:
374374
filters:
375375
branches:
376376
only:
377-
- series/2.x # TODO: change later to series/3.x
377+
- series/3.x

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ lazy val commonSettings = Def.settings(
765765
})
766766
)
767767

768-
lazy val enforceMimaCompatibility = false // Enable / disable failing CI on binary incompatibilities
768+
lazy val enforceMimaCompatibility = true // Enable / disable failing CI on binary incompatibilities
769769

770770
lazy val enableMimaSettingsJVM =
771771
Def.settings(

0 commit comments

Comments
 (0)