From 241f88ae0e5e686e459e76452bf8996cf043c34d Mon Sep 17 00:00:00 2001 From: wakingrufus Date: Fri, 19 Dec 2025 11:38:03 -0600 Subject: [PATCH] fix default branch in actions --- .github/workflows/deploy.yml | 2 +- gradle.properties | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4dbae0..94ffe12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy on: push: branches: - - 'main' + - 'master' jobs: gradle: runs-on: ubuntu-latest diff --git a/gradle.properties b/gradle.properties index 05238de..9d90c0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,3 @@ -packageCloudKey= \ No newline at end of file +packageCloudKey= + +org.gradle.caching=true \ No newline at end of file