Skip to content

Commit 7ee7915

Browse files
authored
Adjusted maven publish workflow to execute automatically when merging a PR. (#1531)
Signed-off-by: AWSHurneyt <[email protected]>
1 parent e7e7725 commit 7ee7915

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/maven-publish.yml

+4-5
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+
- '[0-9]+.[0-9]+'
9+
- '[0-9]+.x'
1110

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

0 commit comments

Comments
 (0)