Skip to content

Commit 354f44a

Browse files
authored
fix maven publish workflow (#665)
* fix maven publish workflow Signed-off-by: Derek Ho <[email protected]> * remove bracket Signed-off-by: Derek Ho <[email protected]> * fix branch names Signed-off-by: Derek Ho <[email protected]> * stringify 1.3 Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]>
1 parent 07956f7 commit 354f44a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: Publish snapshots to maven
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [
7-
main
8-
1.*
9-
2.*
10-
]
6+
branches:
7+
- main
8+
- '1.3'
9+
- 2.x
1110

1211
jobs:
1312
build-and-publish-snapshots:

0 commit comments

Comments
 (0)