Skip to content

Commit

Permalink
updated the dupli
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 22, 2024
1 parent b6d4979 commit da4ca06
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-to-maven-central.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Deploy to Maven Central
on:
push:
tags:
- 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
release:
types: [created] # This triggers the workflow when a release is created
branches:
- testm
#tags:
# - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme
#release:
# types: [created] # This triggers the workflow when a release is created

jobs:
deploy:
Expand Down

0 comments on commit da4ca06

Please sign in to comment.