We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0d3a7 commit 36a0bf1Copy full SHA for 36a0bf1
.github/workflows/publish.yaml
@@ -1,8 +1,7 @@
1
name: Publish jar
2
on:
3
- release:
4
- types: [created]
5
- branches: [main, temporary-main]
+ push:
+ tags: ["**"]
6
jobs:
7
tests:
8
uses: ./.github/workflows/ci.yaml
0 commit comments