Skip to content

Commit

Permalink
Updated from latest 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
AerWyn81 committed Jun 29, 2024
1 parent 14c2430 commit 6907fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/headblocks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Headblocks CI

on:
push:
branches: [ master, latest-1.20 ]
branches: [ master ]

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Install dependencies
run: bash ./install-dependency.sh ${{ secrets.FILE_ID_CMI_OLD }} ${{ secrets.FILE_ID_CMI_LIB_OLD }}
run: bash ./install-dependency.sh ${{ secrets.FILE_ID_CMI }} ${{ secrets.FILE_ID_CMI_LIB }}
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 6907fcb

Please sign in to comment.