Skip to content

Enable Gradle cache #112

Enable Gradle cache

Enable Gradle cache #112

Workflow file for this run

name: Build
on:
pull_request:
push:
branches-ignore:
- main
jobs:
ci:
name: CI
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork }}
uses: ./.github/workflows/ci.yml
with:
isRelease: false
secrets: inherit