Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada authored Jul 28, 2023
1 parent 0d48c6c commit 8d8d3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: Maven Package

# see: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
release:
types: [created]
# release:
# types: [created]
push:
tags:
- v0.**
- v0.0.**
jobs:
build:

Expand Down

0 comments on commit 8d8d3d1

Please sign in to comment.