Adding workflow_dispatch trigger for testing

This commit is contained in:
Josh Steele
2024-08-27 14:53:03 -04:00
parent 4ec97d4f84
commit 5caf91c02b

View File

@@ -2,6 +2,7 @@ name: Publish package to the Maven Central Repository
on:
release:
types: [created]
workflow_dispatch:
jobs:
publish: