Skip to content

Commit 9b2df2b

Browse files
committed
Only apply it on tags
1 parent 4aef808 commit 9b2df2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish package to the Maven Central Repository
22
on:
33
push:
4-
# release:
5-
# types: [created]
4+
tags:
5+
- *
66
jobs:
77
publish:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)