Skip to content

Commit

Permalink
updated to push to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 30, 2024
1 parent c660b4d commit 0e642c8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-to-maven.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Java/maven CI/CD Pipeline
on:
push:
tags:
- 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
release:
types: [created] # Trigger the workflow when a release is created
branches:
- main
# tags:
# - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
# release:
# types: [created] # Trigger the workflow when a release is created

jobs:
build:
Expand Down

0 comments on commit 0e642c8

Please sign in to comment.