We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dfaa3 commit 851c1c0Copy full SHA for 851c1c0
2 files changed
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ name: Continuous Integration
9
10
on:
11
pull_request:
12
- branches: ['*']
+ branches: ['*', series/*]
13
push:
14
15
tags: [v*, v*]
16
17
env:
build.sbt
@@ -46,6 +46,7 @@ ThisBuild / githubWorkflowBuild := Seq(
46
List("docs/makeMicrosite"),
47
cond = Some(Scala212Cond)))
48
49
+ThisBuild / githubWorkflowTargetBranches := List("*", "series/*")
50
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
51
52
// currently only publishing tags
0 commit comments