Skip to content

Commit

Permalink
updated yaml file (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 authored Sep 3, 2024
1 parent 167adf7 commit 6eb1065
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-to-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6eb1065

Please sign in to comment.