Skip to content

Commit

Permalink
Also cache release branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hvisser committed Oct 4, 2022
1 parent b4c459d commit 4c7b06c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ runs:
uses: gradle/wrapper-validation-action@v1
- name: "Setup Gradle"
uses: gradle/gradle-build-action@v2
with:
# Cache results from main and release branches only per docs
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/release' }}

0 comments on commit 4c7b06c

Please sign in to comment.