Skip to content

Commit 32810c9

Browse files
committed
Fix caching GH actions on master
1 parent f4502b6 commit 32810c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Gradle
2323
uses: gradle/actions/setup-gradle@v5
2424
with:
25-
cache-read-only: ${{ !(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/version/')) }}
25+
cache-read-only: ${{ !(github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/')) }}
2626

2727
- name: Execute Gradle build
2828
run: ./gradlew build -s

0 commit comments

Comments
 (0)