diff --git a/.github/workflows/deploy-to-maven.yml b/.github/workflows/deploy-to-maven.yml index ea09c0b..9345e69 100644 --- a/.github/workflows/deploy-to-maven.yml +++ b/.github/workflows/deploy-to-maven.yml @@ -3,10 +3,10 @@ on: push: branches: - main - # tags: - # - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme - # release: - # types: [created] # Trigger the workflow when a release is created + tags: + - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme + release: + types: [created] # Trigger the workflow when a release is created jobs: build: