Skip to content

Commit c87766d

Browse files
committed
change ci
1 parent d12d4cc commit c87766d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
branches: ['**']
1313
push:
1414
branches: ['**']
15+
tags: [v*]
1516

1617
env:
1718
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pomExtra := {
5858
MetaInfLicenseCopy.settings
5959

6060
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec(Zulu, "8"))
61+
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
6162
ThisBuild / githubWorkflowPublishTargetBranches := Seq(
6263
RefPredicate.Equals(Ref.Branch("main")),
6364
RefPredicate.StartsWith(Ref.Tag("v"))

0 commit comments

Comments
 (0)