Skip to content

Commit 4e181e4

Browse files
committed
Only publish releases
1 parent 7f2aaac commit 4e181e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish package to the Maven Central Repository and GitHub Packages
22
on:
3-
push:
3+
release:
4+
types:
5+
- created
46
jobs:
57
publish:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)