Skip to content

Commit 945681d

Browse files
authored
Merge pull request #3 from daylighttg/copilot/fix-workflow
Fix workflows: add missing gradle.properties and correct branch triggers
2 parents 84e2796 + 9e68e21 commit 945681d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Build & Test
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
- develop
88
- 'feature/**'
99
pull_request:
1010
branches:
11-
- main
11+
- master
1212
- develop
1313

1414
jobs:

gradle.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Project-wide Gradle settings.
2+
3+
# AndroidX package structure to make it clearer which packages are bundled with the
4+
# Android operating system versus which are packaged with your app's APK
5+
# https://developer.android.com/jetpack/androidx
6+
android.useAndroidX=true

0 commit comments

Comments
 (0)