Skip to content

Commit 0e5dc54

Browse files
fix maven publish workflow (#665) (#666)
* 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]> (cherry picked from commit 354f44a) Co-authored-by: Derek Ho <[email protected]>
1 parent f83dd23 commit 0e5dc54

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)