From 34fa2fea64e8671061d7ed668f57c6b44716ef0e Mon Sep 17 00:00:00 2001 From: Sankalp Gambhir Date: Wed, 18 Sep 2024 14:48:49 +0200 Subject: [PATCH] Request CI run on scala 2.13 --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index df8b9f5d..2560a848 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -2,9 +2,9 @@ name: Scala CI on: push: - branches: [ master ] + branches: [ master, scala-2.13 ] pull_request: - branches: [ master ] + branches: [ master, scala-2.13 ] jobs: build: