Skip to content

Commit

Permalink
Only Publish On Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Nov 20, 2021
1 parent e038197 commit 09c9314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -8,6 +8,7 @@ ThisBuild / scalaVersion := Scala213

ThisBuild / testFrameworks += new TestFramework("munit.Framework")

ThisBuild / githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v")))

ThisBuild / githubWorkflowBuildPreamble ++= Seq(WorkflowStep.Use(
UseRef.Public("actions", "setup-node", "v1"),
Expand Down

0 comments on commit 09c9314

Please sign in to comment.