Skip to content

Commit 36a0bf1

Browse files
committed
chore: Switch to releasing on push
1 parent 2b0d3a7 commit 36a0bf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Publish jar
22
on:
3-
release:
4-
types: [created]
5-
branches: [main, temporary-main]
3+
push:
4+
tags: ["**"]
65
jobs:
76
tests:
87
uses: ./.github/workflows/ci.yaml

0 commit comments

Comments
 (0)