Skip to content

Commit

Permalink
ci: trigger Maven deployment workflow on tag push
Browse files Browse the repository at this point in the history
We will see next time if this works, release creation / publication did not work as expected.
  • Loading branch information
jponge committed May 11, 2023
1 parent dcf618c commit 8d9208e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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: [published]
push:
tags:
- '*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8d9208e

Please sign in to comment.