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.
2 parents fe3daf7 + bfd8f4c commit 5f5922bCopy full SHA for 5f5922b
.github/workflows/publish.yml
@@ -2,8 +2,9 @@ name: Publish JAR
2
3
on:
4
push:
5
- tags:
6
- - '**'
+ branches:
+ - master
7
+ - develop
8
jobs:
9
build:
10
runs-on: ubuntu-latest
@@ -13,15 +14,12 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
-
17
- name: Set up JDK 21
18
uses: actions/setup-java@v4
19
with:
20
distribution: 'temurin'
21
java-version: '21'
22
23
- name: Build with Gradle
24
run: ./gradlew build
25
26
- name: Publish to Maven
27
run: ./gradlew publish
0 commit comments