Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 02455ba

Browse files
Updates deployment action
Is now triggered on release published
1 parent b017431 commit 02455ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-deploy-to-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
name: Generate and Deploy to Sonatype
66

77
on:
8-
push:
9-
branches: [ main ]
8+
release:
9+
types: [published]
1010

1111
jobs:
1212

0 commit comments

Comments
 (0)