File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 publish :
7272 name : Publish Artifacts
7373 needs : [build]
74- if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
74+ if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
7575 strategy :
7676 matrix :
7777 os : [ubuntu-latest]
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ inThisBuild(
7676 )
7777 )
7878 ),
79- githubWorkflowPublishTargetBranches := List ( RefPredicate .StartsWith (Ref .Tag (" v" ) )),
79+ githubWorkflowPublishTargetBranches += RefPredicate .StartsWith (Ref .Tag (" v" )),
8080 githubWorkflowTargetTags ++= List (" v*" ),
8181 pgpSigningKey := Some (" 0x8DB7DFA142551359!" ),
8282 // This needs to be set otherwise the GitHub workflow plugin gets confused about which
You can’t perform that action at this time.
0 commit comments