Skip to content

Commit 7397ce6

Browse files
Allow maven to publish to all versions (#1470)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 3c2db62) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0aaf9c5 commit 7397ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- 'main'
8-
- '1.*'
9-
- '2.*'
7+
- 'main'
8+
- '[0-9]+.[0-9]+'
9+
- '[0-9]+.x'
1010

1111
jobs:
1212
build-and-publish-snapshots:

0 commit comments

Comments
 (0)