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.
2 parents f146a34 + 8a67999 commit 073fa41Copy full SHA for 073fa41
2 files changed
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ name: Continuous Integration
9
10
on:
11
pull_request:
12
- branches: ['**']
+ branches: ['**', '!update/**', '!pr/**']
13
push:
14
15
tags: [v*]
16
17
env:
project/plugins.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
2
-addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.9")
+addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
0 commit comments