Skip to content

Commit

Permalink
Adjust github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AluTheCrow committed Aug 25, 2024
1 parent 877872a commit de2f090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches: [ "1.21.1" ]

jobs:
gradle:
Expand All @@ -11,12 +11,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Execute Gradle build
Expand Down

0 comments on commit de2f090

Please sign in to comment.