Skip to content

Commit 241f88a

Browse files
committed
fix default branch in actions
1 parent 7fdb335 commit 241f88a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- 'main'
5+
- 'master'
66
jobs:
77
gradle:
88
runs-on: ubuntu-latest

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
packageCloudKey=
1+
packageCloudKey=
2+
3+
org.gradle.caching=true

0 commit comments

Comments
 (0)