Skip to content

Commit

Permalink
Issue 737: reenable deploying on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jul 8, 2024
1 parent 7d0e050 commit f3f7e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ deploy:
on:
repo: eugenemel/maven
branch: master
tags: false
tags: true
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ deploy:
draft: false
prerelease: false
on:
appveyor_repo_tag: false # deploy on tag push only
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit f3f7e0f

Please sign in to comment.