Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis authored Jan 30, 2024
1 parent 69d4935 commit 0f32852
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches:
- master

workflow_dispatch:

jobs:
build:
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
Expand All @@ -21,4 +22,10 @@ jobs:
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn package --file pom.xml
run: mvn package --file pom.xml
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: SlimeHUDPlus
path: 'target/*.jar'

0 comments on commit 0f32852

Please sign in to comment.