Skip to content

Commit

Permalink
ci: Maven deployment workflow not running
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed May 11, 2023
1 parent c5c310c commit 2473bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-maven-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Deploy Maven artefacts on release
on:
release:
types: [created]
types: [published]
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 2473bfb

Please sign in to comment.