Skip to content

Commit da74a59

Browse files
Allow maven to publish to all versions (#5309)
Signed-off-by: Peter Zhu <[email protected]> (cherry picked from commit ef523f8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0fb300f commit da74a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- 'main'
8-
- '1.*'
9-
- '2.*'
8+
- '[0-9]+.[0-9]+'
9+
- '[0-9]+.x'
1010

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

0 commit comments

Comments
 (0)