Skip to content

Commit

Permalink
Adding workflow_dispatch trigger for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsteeleAPL committed Aug 27, 2024
1 parent 4ec97d4 commit 5caf91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-central-deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish package to the Maven Central Repository
on:
release:
types: [created]
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 5caf91c

Please sign in to comment.