Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePandaOliver committed Aug 23, 2024
2 parents cd6ad94 + e503bcf commit 57be8ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Package
name: Package Publishing

on:
push:
branches:
- /*
- main

jobs:
build:
Expand All @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v40
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'adopt'
Expand Down

0 comments on commit 57be8ea

Please sign in to comment.