Skip to content

Commit

Permalink
chore: Add workflow_dispatch trigger to maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 7, 2024
1 parent efa5144 commit ad4afbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Maven Package
on:
release:
types: [created]

workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit ad4afbb

Please sign in to comment.