Skip to content

Commit 851c1c0

Browse files
committed
Run CI on the series branches
1 parent 72dfaa3 commit 851c1c0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: ['*']
12+
branches: ['*', series/*]
1313
push:
14-
branches: ['*']
14+
branches: ['*', series/*]
1515
tags: [v*, v*]
1616

1717
env:

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ThisBuild / githubWorkflowBuild := Seq(
4646
List("docs/makeMicrosite"),
4747
cond = Some(Scala212Cond)))
4848

49+
ThisBuild / githubWorkflowTargetBranches := List("*", "series/*")
4950
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
5051

5152
// currently only publishing tags

0 commit comments

Comments
 (0)