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