Skip to content

Commit 67a9ea6

Browse files
Update maven-publish.yml
1 parent 169a357 commit 67a9ea6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
name: Maven Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
branches: [master]
9+
pull_request:
10+
branches: [master]
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)