Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Jun 17, 2024
1 parent 7a176ef commit a2b18ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

- name: Loom Cache
uses: actions/cache@v4
if: ${{ !endsWith(github.ref, '/dev') }}
with:
path: "**/.gradle/loom-cache"
key: "${{ runner.os }}-gradle-${{ hashFiles('**/libs.versions.*', '**/*.gradle*', '**/gradle-wrapper.properties') }}"
Expand Down

0 comments on commit a2b18ab

Please sign in to comment.