Skip to content

Commit 86a1554

Browse files
authored
Update maven-publish.yml
1 parent fdf6356 commit 86a1554

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Maven Publish
22

33
on:
4-
release:
5-
types: [published]
4+
pull_request:
65

76
jobs:
87
build:
@@ -33,4 +32,4 @@ jobs:
3332
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3433
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3534
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
36-
run: mvn -X deploy -DskipTests -Dmaven.javadoc.skip=false
35+
run: mvn -X deploy -Dmaven.javadoc.skip=false

0 commit comments

Comments
 (0)