Skip to content

Commit b8a6a50

Browse files
committed
Add current branch to workflow
1 parent c6de8de commit b8a6a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: "Publish to Maven Central"
33
on:
44
push:
55
tags: "*"
6+
branches:
7+
- "ci/publish-workflow"
68

79
jobs:
810
publish-to-maven-central:

0 commit comments

Comments
 (0)