Skip to content

Commit

Permalink
setup: Fix auto release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed May 13, 2024
1 parent 19d0bee commit 919b6af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy to Maven Central

on:
push:
branches:
- release
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 919b6af

Please sign in to comment.