Skip to content

Commit

Permalink
ci: remove workflow_dispatch event from the Maven artefact publicatio…
Browse files Browse the repository at this point in the history
…n workflow
  • Loading branch information
jponge committed May 11, 2023
1 parent d55237c commit f02c790
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-maven-release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Deploy Maven artefacts on release
on:
# Automated when a release publication completes
release:
types: [created]
# Allow a manual run for a pre-existing tag (not the main intended usage)
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit f02c790

Please sign in to comment.